niki/donateApp/app.go

8 lines
109 B
Go

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