func handler()

in inventory-service/spanner/main.go [96:99]


func handler(w http.ResponseWriter, r *http.Request) {
	enableCors(&w)
	fmt.Fprintf(w, "GoLang Inventory Service is running!")
}