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) fmt.Printf("unmarshalled: %+v\n", tv1)
} }