.env
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.
Here are 92 public repositories matching this topic...
a simple getenv wrapper to allow for default environment. inspired by python's os.getenv("ENV", default)
-
Updated
May 17, 2020 - Go
⚙️ Golang config manager. Control your configurations using tags, unmarshal to structs, implement and inject your own value providers and parsers.
-
Updated
Jun 18, 2025 - Go
A production-ready REST API built with Go and PostgreSQL, featuring clean architecture, connection pooling, and comprehensive error handling.
-
Updated
Nov 25, 2024 - Go
Switch your .env file from the command line
-
Updated
Jul 17, 2025 - Go
Dotenv variables to TF_VARS variables
-
Updated
Feb 23, 2025 - Go
✨ Transform plain text variables into magical .env exports with a single command! 🧙♂️
-
Updated
Oct 3, 2025 - Go
env is a simple Go package that makes it easy to retrieve environment variables and provide fallback values if the specified key is not present. It also offers parsing of environment variables to various data types.
-
Updated
Mar 9, 2023 - Go
Simple tool for securely encrypting and decrypting .env files using AES encryption.
-
Updated
Jan 6, 2025 - Go
An very lightweight library for dotenv files or for formatting already imported variables.
-
Updated
Feb 13, 2023 - Go
Dependency-free .env file parser. Customize variable subsitution and merge environments.
-
Updated
Oct 26, 2025 - Go
Retrive AWS Secrets Manager json secret to dotenv file
-
Updated
Aug 4, 2025 - Go
- Followers
- 16 followers
- Website
- github.com/topics/dotenv