package main // Setting struct for config type Setting struct { Token string `toml:"TOKEN"` MicroServiceURL string `toml:"MICROSERVICEURL"` }