//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter02
internal
envvar
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
30 SLOC
#
Functions
LoadConfig
LoadConfig will load files optionally from the json file stored at path, then will override those values based on the envconfig struct tags.
LoadFile
LoadFile unmarshalls a json file into a config struct.