Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2022-06-11 11:27:08 -04:00
parent 867b5cc31b
commit 6f2889718f
43 changed files with 109 additions and 84 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
}