goconf - Golang Configuration File Example
This example (goconf) shows you how to create and use json configuration file in your golang projects
goconf uses json file (conf.json) as a configuration source. I used three kinds of variable types, string, an array of string, integer. Hope you like it.
License
Please use and re-use however you want.