linstrom/web-new/server.go
mStar 349e78e433
Some checks failed
/ test (push) Has been cancelled
Add two new webservers for new version
One will be debug and localhost only, other one public stuff
2025-04-05 22:02:31 +02:00

7 lines
75 B
Go

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