Created
September 30, 2013 07:28
-
-
Save otiai10/6760413 to your computer and use it in GitHub Desktop.
MongoDB on GoLang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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