package config import "time" const ( DefaultHTTPClientTimeout = 25 * time.Second defaultPort = "8080" )