Skip to content

Instantly share code, notes, and snippets.

@otiai10
Created September 30, 2013 07:28
Show Gist options
  • Save otiai10/6760413 to your computer and use it in GitHub Desktop.
Save otiai10/6760413 to your computer and use it in GitHub Desktop.
MongoDB on GoLang
go get labix.org/v2/mgo [master~/go/.packages/src/logServer]
#=> go: missing Bazaar command. See http://golang.org/s/gogetcmd
sudo apt-get install bzr
#=> ...
go get labix.org/v2/mgo
#=> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment