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
Godep has officially become public and deemed safe for production as the standard Go dependency tool.
As such, Gophers are encouraged to migrate their existing projects over to Godep. Sam Boyer and the rest of the Godep team has made it very easy to do so:
during dep init configuration from other dependency managers is detected and imported, unless -skip-tools is specified.
Current Behavior
Currently, justgo is using Glide as its dependency manager, which presents many issues and pain points.
Suggestion for a Solution
It would be best to migrate sooner rather than later, since we want to be able to build out the project without concern for dependency management any longer.
The text was updated successfully, but these errors were encountered:
Summary / Context
Godep has officially become public and deemed safe for production as the standard Go dependency tool.
As such, Gophers are encouraged to migrate their existing projects over to Godep. Sam Boyer and the rest of the Godep team has made it very easy to do so:
Current Behavior
Currently, justgo is using Glide as its dependency manager, which presents many issues and pain points.
Suggestion for a Solution
It would be best to migrate sooner rather than later, since we want to be able to build out the project without concern for dependency management any longer.
The text was updated successfully, but these errors were encountered: