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 was archived by the owner on Sep 9, 2020. It is now read-only.
In an empty dir in an empty GOPATH, I ran dep ensure, and it made a lock and a manifest file, but did not actually download any dependencies. I added a .go file and it started behaving as expected.