Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.23 KB

go-structconf

license GoDoc Test Status Lint Status codecov Go Report Card

go-structconf is a Go library which provides a simplified interface for storing configuration data in structs.

It provides support for reading and writing configuration files from and to storages as well as simplified usage of different data encodings.

Furthermore, it allows default values on config structs to be initialized from structs of the same type.

Installing

To use go-structconf just add github.com/anexia-it/go-structconf <version> to your go.mod file.