0x4a52466c696e74 před 2 roky
rodič
revize
aa7477b1f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      json/z_test.go

+ 1 - 1
json/z_test.go

@@ -23,7 +23,7 @@ func TestJSON(t *testing.T) {
 	t.Log(m.Map("m2", Map{}))
 	t.Log(string(m.JSON()))
 	t.Log(string(m.JSONIndent("", "\t")))
-	t.Log(m.StringMust("fl", ""))
+	t.Log(m.StringVal("fl", ""))
 }
 
 func TestInterface(t *testing.T) {