Update go-restful/v3 to latest release

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2022-06-29 14:55:12 -04:00
parent 78c4d3de72
commit a44cabf517
12 changed files with 78 additions and 54 deletions

View File

@@ -168,7 +168,7 @@ func tokenizePath(path string) []string {
}
// for debugging
func (r Route) String() string {
func (r *Route) String() string {
return r.Method + " " + r.Path
}