http.HandleFunc("/count", func(w http.ResponseWriter, r *http.Request) {
counter = counter + 1
})
view raw httphandler.go hosted with ❤ by GitHub