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