package server import ( "net/http" ) type App struct { Domain string Handler http.Handler }