Browse Source

remove debuging code

pull/87/head
Sippakorn Raksakiart 4 years ago
parent
commit
64deafa3ae
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      cast_test.go

+ 0
- 1
cast_test.go View File

@@ -776,7 +776,6 @@ func TestToStringMapE(t *testing.T) {
errmsg := fmt.Sprintf("i = %d", i) // assert helper message

v, err := ToStringMapE(test.input)
fmt.Printf("%+v", v)
if test.iserr {
assert.Error(t, err, errmsg)
continue


Loading…
Cancel
Save