https://github.com/bitwizeshift/go-env
A small go package for parsing env variables
https://github.com/bitwizeshift/go-env
Last synced: 9 months ago
JSON representation
A small go package for parsing env variables
- Host: GitHub
- URL: https://github.com/bitwizeshift/go-env
- Owner: bitwizeshift
- License: apache-2.0
- Created: 2024-12-10T02:22:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T02:28:10.000Z (11 months ago)
- Last Synced: 2025-03-28T01:55:35.585Z (10 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `go-env`
Package `go-env` is a micro Go-package that provides a simple and idiomatic way
to read environment variables in Go.
## Installation
```bash
go get -u rodusek.dev/pkg/env
```