var server struct { host string port string } func serverStart() { server.host = "..." server.port = "..." }