A simple configmanager program for assigning values to variables from a custom config file | Golang
Mar 29, 2021 · 4 min read · GitHub Repo - configmanager This program configmanager reads a configuration file (.conf) and assigns values to a struct defined by the user. This comes in handy when you want to assign some variables in golang program from a custom configuration fi...
Join discussion

