An open API service indexing awesome lists of open source software.

https://github.com/yakuter/goconf

This example (goconf) shows you how to create and use json configuration file in your golang projects
https://github.com/yakuter/goconf

configuration golang json

Last synced: 2 months ago
JSON representation

This example (goconf) shows you how to create and use json configuration file in your golang projects

Awesome Lists containing this project

README

          

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.