Move new web stuff into dedicated folder

This commit is contained in:
Melody Becker 2025-04-07 17:42:04 +02:00
parent 7bb32cb429
commit befaccd59c
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
4 changed files with 234 additions and 1 deletions

7
web/public/server.go Normal file
View file

@ -0,0 +1,7 @@
package webpublic
import "net/http"
type Server struct {
server http.Server
}