String comment
()
| 58 | |
| 59 | // String comment |
| 60 | func (s *httpServer) String() string { |
| 61 | return s.server.Scheme() + " service address is " + s.addr |
| 62 | } |
| 63 | |
| 64 | func newServer(server *http.Server, tls config.TLS) *httpsrv.Server { |
| 65 | var c *httpsrv.Server |