It's All Writing.

Writing makes you happy.

golang

How to read config.ini which define configuration values at golang

Environment go ( golang ) Premise You have a config.ini file which define configuration values as follows and you want to load it with go. gist.github.com Code We can easily do this using package ini. If you have not installed ini, you can…