Skip to content

Instantly share code, notes, and snippets.

@hernad
Last active January 3, 2016 14:29
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 hernad/8476838 to your computer and use it in GitHub Desktop.
Save hernad/8476838 to your computer and use it in GitHub Desktop.
golang godev

https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz

sudo tar xvfz ~/Preuzimanja/go1.2.linux-amd64.tar.gz  -C /usr/local
cd $HOME
sudo apt-get install mercurial git
mkdir dev
cd dev
export GOPATH=`pwd`
export PATH=$GOPATH/bin:$PATH
go get github.com/sirnewton01/godev
go get github.com/nsf/gocode
go get code.google.com/p/go.tools/cmd/oracle
go get code.google.com/p/go.tools/cmd/goimports
go get github.com/sirnewton01/godbg
bringout@bringout-Inspiron-5537 ~/dev $ find -name github.com

./src/github.com
./src/github.com/sirnewton01/godev/bundles/org.eclipse.orion.client.git.greasemonkey/github.com
go get github.com/lib/pq
go get github.com/robfig/revel
go get github.com/robfig/revel/revel
github.com/mattn/go-sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment