@ -1,4 +1,4 @@
package httpi
package main
import (
"net/http"
@ -19,3 +19,8 @@ func NewServer() *Server {
func (s *Server) Start() error {
return s.httpServer.ListenAndServe()
}
func main() {
server := NewServer()
server.Start()
The note is not visible to the blocked user.