Skip to content

Instantly share code, notes, and snippets.

@wilk
Last active November 6, 2017 21:21
Show Gist options
  • Save wilk/8fe038436f880be3ef8ff0af5351d2d6 to your computer and use it in GitHub Desktop.
Save wilk/8fe038436f880be3ef8ff0af5351d2d6 to your computer and use it in GitHub Desktop.
Goxfer
package main
import (
"os"
)
var (
DB_HOST = os.Getenv("DB_HOST")
DB_NAME = os.Getenv("DB_NAME")
DB_COLLECTION_NAME = os.Getenv("DB_COLLECTION_NAME")
)
func main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment