I have a service written in Go using net/http package.
net/http
http.HandleFunc("/hello", Hello) log.Fatal(http.ListenAndServe(":8080"