I have the following code where I build a simple api that returns the sum of the numbers passed by query:
func main() { http.ListenAndServe(":80"