1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 08:06:53 +02:00
This commit is contained in:
Chris Lu 2019-11-27 12:34:57 -08:00
parent 46294b42e6
commit 586798ecc0
3 changed files with 7 additions and 8 deletions

View file

@ -40,5 +40,4 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
fmt.Printf("unmarshalled: %+v\n", tv1)
}