Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.08 KB

File metadata and controls

22 lines (16 loc) · 1.08 KB

structload

Generic struct loading. Applications include loading of environment variables into structs for program configuration.

tests MIT license Go.Dev reference Go Report Card

Features

  • Struct loading from environment variables
  • Default and optional configuration fields
  • Nested configuration structs
  • Array and list parsing
  • Extensible type parsing

Examples

See https://pkg.go.dev/github.com/munisense/goloadenv for some examples on how to use this library.

License

Released under the MIT License