add more tests

This commit is contained in:
kevin
2020-10-31 22:10:11 +08:00
parent 668a7011c4
commit 4c9315e984
2 changed files with 33 additions and 1 deletions

View File

@@ -23,5 +23,5 @@ func WithPathVars(r *http.Request, params map[string]string) *http.Request {
type contextKey string
func (c contextKey) String() string {
return "rest/internal/context context key" + string(c)
return "rest/internal/context key: " + string(c)
}