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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
i recently worked with glide and i have to say that it is way better then the built in go get
One of the main features of glide is version pinning depending on the semver definition and the possibility to alias packages - so you can fork a repository and don't need to change all package references in the import block of each file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i recently worked with glide and i have to say that it is way better then the built in
go get
One of the main features of glide is version pinning depending on the semver definition and the possibility to alias packages - so you can fork a repository and don't need to change all package references in the import block of each file.
The text was updated successfully, but these errors were encountered: