main: fix field comment for basicOp

This commit is contained in:
Haoran Wang 2024-04-23 00:43:59 +08:00
parent a4ea051483
commit 792970a450

View file

@ -158,7 +158,7 @@ type op interface {
// basicOp handles basic types bool, uint*, string.
type basicOp struct {
typ types.Type
writeMethod string // call write the value
writeMethod string // EncoderBuffer writer method name
writeArgType types.Type // parameter type of writeMethod
decMethod string
decResultType types.Type // return type of decMethod