niki/salesreportapp/app.go

9 lines
115 B
Go

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