switch to go vendoring
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package encoding
|
||||
|
||||
import "github.com/shamaton/msgpack/v2/def"
|
||||
|
||||
func (e *encoder) writeNil(offset int) int {
|
||||
offset = e.setByte1Int(def.Nil, offset)
|
||||
return offset
|
||||
}
|
||||
Reference in New Issue
Block a user