Skip to content

andream16/dummy-json-to-cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card Apache V2 License

dummy-json-to-cfg

Dummy Json file to generic struct utility.

Simply use config.UnmarshalJsonFile(filePath, &out) where filePath is a valid path to a json file and out is a given struct.