package salesreportapp import "net/http" type Application struct { Config Config HTTPServer *http.Server }