Sign in
edge
/
third_party
/
pelletier
/
go-toml
/
a4e5fe8d12263b68fd95d9244bc5e98dc5f6ee99
/
.
/
src
/
toml
/
toml.go
blob: 1b558cc50e80e2804a3943dd2b17470617354560 [
file
]
// TOML interface.
package toml
func Load() map[string]interface{} {
result := make(map[string]interface{})
return result
}