8c18330
1 2 3 4 5 6 7
package main const ( MaxlenTags = 8191 MaxlenTagData = MaxlenTags - 2 MaxlenBody = 510 )