This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Should users manually edit Gopkg.toml when adding a dependency? #989
Closed
Description
The instructions say that when adding a dependency, we should import the code and run dep ensure
.
Should we edit Gopkg.toml
to include the new dependency as well?