golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.86k stars 1.05k forks source link

wrong sample in Gopkg.toml.md #2174

Closed liurui-1 closed 5 years ago

liurui-1 commented 5 years ago

For following doc:

https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md

The last sample Gopkg.toml is not a valid toml. The “metadata” under [[constraint]] should be [constraint.metadata] The “metadata” under [[override]] should be [override.metadata]