瀏覽代碼

Marshal comment

nifei 8 年之前
父節點
當前提交
ff027701f5
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)