Explorar o código

Marshal comment

nifei %!s(int64=8) %!d(string=hai) anos
pai
achega
ff027701f5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      feature_adapter.go

+ 0 - 1
feature_adapter.go

@@ -84,7 +84,6 @@ func UnmarshalAnyFromString(str string) (Any, error) {
 // jsoniterator.Marshal is an adapter to json.Marshal
 //
 // Marshal returns the JSON encoding of v, adapts to json/encoding Marshal API
-
 func Marshal(v interface{}) ([]byte, error) {
 	buf := &bytes.Buffer{}
 	stream := NewStream(buf, 512)