Skip to content

Instantly share code, notes, and snippets.

@makyo
Created September 24, 2013 15: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 makyo/6686500 to your computer and use it in GitHub Desktop.
Save makyo/6686500 to your computer and use it in GitHub Desktop.
Go go go!
In order to submit code for review we use a tool called lbox. If you are using
Ubuntu < 13.04 you can install lbox by::
sudo apt-get install lbox
If you are using a newer version you will have to build it from source. First
step is to install Go lang, you can find the instructions on installing it
here http://golang.org/doc/install#bsd_linux , making sure to set your GOROOT
environment variable appropriately. After that, you should set up an install
directory that you can access, such as $HOME/bin/go which you can set as your
GOPATH directory (see `go help gopath` for more information). For ease of
use, you can append $GOROOT/bin and $GOPATH/bin to your PATH environment
variable. Then follow the instructions::
sudo go get launchpad.net/lbox
sudo go install launchpad.net/lbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment