Skip to content

@oschwald oschwald tagged this Apr 30, 2019 · 3 commits to master since this tag

Previously, this would fail with:

```
panic: reflect.Value.SetMapIndex: value of type string is not assignable to type toml.letter [recovered]
panic: reflect.Value.SetMapIndex: value of type string is not assignable to type toml.letter
```

Now this only panics when the key type cannot be converted from a
string.
Assets 2
You can’t perform that action at this time.