github.com/blong14/gache@v0.0.0-20240124023949-89416fd8bbfa/internal/server/srv.go (about)

     1  package server
     2  
     3  import "net/http"
     4  
     5  func Server(port string) *http.Server {
     6  	return &http.Server{Addr: port}
     7  }