Move new web stuff into dedicated folder
This commit is contained in:
parent
7bb32cb429
commit
befaccd59c
4 changed files with 234 additions and 1 deletions
7
web/public/server.go
Normal file
7
web/public/server.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package webpublic
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Server struct {
|
||||
server http.Server
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue