package main type Configuration struct { Username string Password string Port int Hosts []string } func initializeConfig() { }