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

docs/Gopkg.toml.md: fix toml example #2177

Closed kevinburke closed 5 years ago

kevinburke commented 5 years ago

Previously the provided Gopkg.toml is not valid. Thanks @liurui-1 for spotting the error.

Fixes #2174.