An open API service indexing awesome lists of open source software.

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

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
```