Created
May 3, 2016 15:54
-
-
Save tychoish/a0ab1155a8033e014e51dd1c21405005 to your computer and use it in GitHub Desktop.
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
session, err := mgo.Dial(*dbHost) | |
if err != nil { | |
fmt.Println(err) | |
return | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment