message-size-increase #3

Open
sashakoshka wants to merge 132 commits from message-size-increase into main
Showing only changes of commit f1df5fa84d - Show all commits

View File

@ -366,6 +366,7 @@ func (this *Generator) generateEncodeValue(typ Type, valueSource, tagSource stri
// - nn int
func (this *Generator) generateDecodeValue(typ Type, valueSource, tagSource string) (n int, err error) {
// TODO
return 0, nil
}
func (this *Generator) generateErrorCheck() (n int, err error) {