You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface now accepts any type implementing io.Reader: toml.LoadReader(reader io.Reader). The usual entry point toml.Load is still accepting a string in order not to break compatibility. #47f963bc3
Fixed Bugs
Fix formatting of some error messages raised when using matching. 8176e30