mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
bump deps
This commit is contained in:
2
third_party/github.com/gorilla/mux/doc.go
vendored
2
third_party/github.com/gorilla/mux/doc.go
vendored
@@ -134,7 +134,7 @@ the inner routes use it as base for their paths:
|
||||
// "/products/{key}/"
|
||||
s.HandleFunc("/{key}/", ProductHandler)
|
||||
// "/products/{key}/details"
|
||||
s.HandleFunc("/{key}/details"), ProductDetailsHandler)
|
||||
s.HandleFunc("/{key}/details", ProductDetailsHandler)
|
||||
|
||||
Now let's see how to build registered URLs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user