This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
dep init fails #357
Comments
This is really weird, what version of dep are you running? |
Meet the same problem |
I am a go newbie so I am unsure how to get the version of the installed packages in go ( and dep does not seem to provide a version option ), I just installed dep today with go get |
start with https://golang.org/doc/code.html |
thanks it is working, I misunderstood the instructions to use dep |
For more details, see #313 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I don't seem to be able to run dep init
(precise)babube@localhost:
/go$ pwd/go$ echo $GOPATH/home/babube/go
(precise)babube@localhost:
/home/babube/go
(precise)babube@localhost:~/go$ dep init -v
determineProjectRoot: /home/babube/go not in any $GOPATH
The text was updated successfully, but these errors were encountered: