Skip to content

Instantly share code, notes, and snippets.

@rem7
Created February 26, 2012 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rem7/1919045 to your computer and use it in GitHub Desktop.
Save rem7/1919045 to your computer and use it in GitHub Desktop.
rem7@awesometoo ~/gostuff $ echo $GOPATH
/home/rem7/gostuff
rem7@awesometoo ~/gostuff $ sh -c 'echo $GOPATH'
/home/rem7/gostuff
rem7@awesometoo ~/gostuff $ go get github.com/simonz05/godis
rem7@awesometoo ~/gostuff $ go list
can't load package: .: path "/home/rem7/gostuff" not inside a GOPATH
rem7@awesometoo ~/gostuff $ go get -v -x
.: unrecognized import path "."
rem7@awesometoo ~/gostuff $ go get -v
.: unrecognized import path "."
rem7@awesometoo ~/gostuff $ go get -x
.: unrecognized import path "."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment