fix string
hailey.at 8 months ago 0a0b09a0 2269c30e
··· 51 ) 52 53 func (ot OpType) String() string { 54 - return ot.String() 55 } 56 57 type Op struct {
··· 51 ) 52 53 func (ot OpType) String() string { 54 + return string(ot) 55 } 56 57 type Op struct {