How to handle configuration in Go [closed]

I’m new at Go programming, and I’m wondering: what is the preferred way to handle configuration parameters for a Go program (the kind of stuff one might use properties files or ini files for, in other contexts)?

13 Answers
13

Leave a Comment