Some checks failed
/ test (push) Has been cancelled
One will be debug and localhost only, other one public stuff
7 lines
75 B
Go
7 lines
75 B
Go
package web
|
|
|
|
import "net/http"
|
|
|
|
type Server struct {
|
|
server http.Server
|
|
}
|