Examples using... os.Getenv()

Recent
Getenv retrieves the value of the environment variable named by the key. It returns the value, which will be empty if the variable is not present. To distinguish between an empty value and an unset value, use LookupEnv.
Package sql provides a generic interface around SQL (or SQL-like) databases.