I created a library for parsing environment variables "envparse"

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • env

    A simple and zero-dependencies library to parse environment variables into structs

  • It seems https://github.com/caarlos0/env does all of that too, have you tried it?

  • envparse

    Opinionated environment variables parser for Go (by akamensky)

  • Hi all. I work a lot on Go code and recently most of the things I write are running in containers, which means I needed to deal a lot with configurations passed as environment variables (which is way more convenient than built-in "configurations" or "secrets" in some container systems. But I struggled finding a good library that does everything I wanted. So I made one. You can find it here: https://github.com/akamensky/envparse

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • I use https://github.com/urfave/cli for local development over cli parameter inside docker over envs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts