INNER CODE UNIT · Go
main
networknt/microservices-framework-benchmark · go-http/server.go:12
func main() {
http.HandleFunc("/", hello)
http.ListenAndServe(":8080", nil)
}
INNER CODE UNIT · Go
networknt/microservices-framework-benchmark · go-http/server.go:12
func main() {
http.HandleFunc("/", hello)
http.ListenAndServe(":8080", nil)
}