Skip to content

Instantly share code, notes, and snippets.

@tychoish
Created May 3, 2016 15:54
Show Gist options
  • Save tychoish/a0ab1155a8033e014e51dd1c21405005 to your computer and use it in GitHub Desktop.
Save tychoish/a0ab1155a8033e014e51dd1c21405005 to your computer and use it in GitHub Desktop.
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