3 Configuring go apps with toml

benaiah.me posted by tollela 2614 days ago  

So you’ve been writing an application in Go, and you’re getting to the point where you have a lot of different options in your program. You’ll likely want a configuration file, as specifying every option on the command-line can get difficult and clunky, and launching applications from a desktop environment makes specifying options at launch even more difficult.

Register to comment or vote on this story