Skip to content

Instantly share code, notes, and snippets.

@kitz99
Last active June 22, 2018 08:35
Show Gist options
  • Save kitz99/e242c9fcfac8d30104be2d26de513c34 to your computer and use it in GitHub Desktop.
Save kitz99/e242c9fcfac8d30104be2d26de513c34 to your computer and use it in GitHub Desktop.
func init() {
roachConnection, err := sql.Open("postgres", "postgresql://root@localhost:26257/blog_db?sslmode=disable")
if err != nil {
panic("Could not establish connection to CockroachDB")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment