linstrom/web/public/server.go

7 lines
81 B
Go

package webpublic
import "net/http"
type Server struct {
server http.Server
}