package envvars import "os" func String(key string) string { return os.Getenv(key) }