wip: debugging maps

This commit is contained in:
Thomas Pelletier
2021-02-18 23:30:46 -05:00
parent 629a2475a9
commit 052233e858
2 changed files with 58 additions and 8 deletions
@@ -298,12 +298,6 @@ func TestDocUnmarshal(t *testing.T) {
assert.Equal(t, expected, result)
}
type tomlTypeCheckTest struct {
name string
item interface{}
typ int //0=primitive, 1=otherslice, 2=treeslice, 3=tree
}
type unexportedMarshalTestStruct struct {
String string `toml:"string"`
StringList []string `toml:"strlist"`