2020-12-22 Using gorilla/mux router in golang Just a reminder for the next time 123456789r := mux.NewRouter()subrouter := r.PathPrefix("/prefix").Subrouter()subrouter.HandleFunc("/", func(rw http.ResponseWriter, r *http.Request) { // ...}).Methods("POST", "GET").Schemes("http") Newer Debugging GO test function in Visual Studio Code Older Scripting the Raspberry PI configuration