-
It seems https://github.com/caarlos0/env does all of that too, have you tried it?
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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
-
I use https://github.com/urfave/cli for local development over cli parameter inside docker over envs
Related posts
-
K3S Binary, How does that work?
-
PTerm v0.12.58: You can now use beautiful structured logging for your projects!
-
PTerm now supports beautiful structured logging
-
GoConsole: New Update! thanks all of you for your advice and your help.
-
Title: GoConsole: a lightweight Go module for creating command-line commands