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 Jun 16, 2020. It is now read-only.
I suggest to hold off this change until golang 1.13, because go module will be the default dependency management tool at that time. Let's wait and see.
Currently, Golang 1.10 is recommended, and Golang 1.12 has a built-in package management tool
module
.We may need to use this instead of the 3rd party management tool
dep
to follow the official behavior.To use this tool, we need to use Golang 1.12 for building and testing.
The text was updated successfully, but these errors were encountered: