mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 22:19:23 +08:00
go fmt
This commit is contained in:
@@ -55,9 +55,9 @@ func TestGjson(t *testing.T) {
|
||||
|
||||
`
|
||||
|
||||
projections := []string{"quiz","fruit"}
|
||||
projections := []string{"quiz", "fruit"}
|
||||
|
||||
gjson.ForEachLine(data, func(line gjson.Result) bool{
|
||||
gjson.ForEachLine(data, func(line gjson.Result) bool {
|
||||
println(line.Raw)
|
||||
println("+++++++++++")
|
||||
results := gjson.GetMany(line.Raw, projections...)
|
||||
@@ -68,8 +68,6 @@ func TestGjson(t *testing.T) {
|
||||
return true
|
||||
})
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
func TestJsonQueryRow(t *testing.T) {
|
||||
@@ -133,4 +131,3 @@ func TestJsonQueryNumber(t *testing.T) {
|
||||
println(string(buf))
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user