鉴于以下(completeexampleatGoplayground)://Collectionroot:=r.PathPrefix("/widgets/").Subrouter()root.Methods("POST").Handler(h.Create)//Individualobject:=root.PathPrefix("/{uuid}").Subrouter()//~neither:object:=root.PathPrefix("/{uuid}").Subrouter()object.Methods("GET").Handler(h.Show)object.Methods(