Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 355 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 355 Bytes

gonfig

A small and simple package I wrote for reading/writing JSON encoded configuration files. The package exists primarily for others to learn Go, but it may be useful in projects.

While using this package is (hopefully) dead simple to use, I recommend that you seek out more full-featured packages, such as Viper.