7 lines
81 B
Go
7 lines
81 B
Go
package webpublic
|
|
|
|
import "net/http"
|
|
|
|
type Server struct {
|
|
server http.Server
|
|
}
|