Skip to content

Instantly share code, notes, and snippets.

@sabman

sabman/golang.md Secret

Created May 15, 2022 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sabman/dc989ddf742a7d0419dd4ae6d3a7d14e to your computer and use it in GitHub Desktop.
Save sabman/dc989ddf742a7d0419dd4ae6d3a7d14e to your computer and use it in GitHub Desktop.

How do you get .env variables?

Either use os.Getenv or os.LookupEnv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment