how to load toml settings (GOLANG) – Postgresql
I'm trying to use toml to store the connection settings of a database. I want to load these settings that are in a config.toml file and thus do my operations I tried the following: go code: func Init() *sql.DB {…