This commit is contained in:
Jay
2019-01-20 20:33:47 +08:00
parent 851d04e56a
commit 76d9eda074
5 changed files with 41 additions and 5 deletions
+4 -1
View File
@@ -1,10 +1,13 @@
package lineobj
import (
"encoding/json"
"fmt"
jsoniter "github.com/json-iterator/go"
)
var json = jsoniter.ConfigCompatibleWithStandardLibrary
// SourceObject -
type SourceObject struct {
Type string `json:"type" cc:"type"`