format some codes style (#1165)

This commit is contained in:
田欧
2017-11-12 13:24:51 +08:00
committed by Bo-Yi Wu
parent 9ae1e5db2a
commit 9a4ecc87d6
4 changed files with 9 additions and 16 deletions

View File

@ -6,9 +6,7 @@
package json
import (
"encoding/json"
)
import "encoding/json"
var (
Marshal = json.Marshal

View File

@ -6,9 +6,7 @@
package json
import (
"github.com/json-iterator/go"
)
import "github.com/json-iterator/go"
var (
json = jsoniter.ConfigCompatibleWithStandardLibrary