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
## Summary We need this to parse Cargo.toml files. I chose this library: [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml). - The alternative is https://github.com/BurntSushi/toml. This one has more github stars than `go-toml`. - `go-toml`'s interface is more similar to `encoding/json`, and is also used by `viper`. Also, changed `v` to `value` in `cuecfg.go` to address linter complaint. ## How was it tested? `go test ./cuecfg/...`
0 commit comments