in services/function/main.go [33:36]
func HelloWorld(w http.ResponseWriter, r *http.Request) { time.Sleep(time.Millisecond * time.Duration(rand.Intn(60))) fmt.Fprintf(w, "Hello, %s!\n", r.URL.Path[1:]) }