generate: Add stub return to generateDecodeValue so it compiles
This commit is contained in:
parent
76a8f9444a
commit
f1df5fa84d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user