niki/donate_app/app.go

11 lines
113 B
Go

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