diff options
Diffstat (limited to 'router.go')
-rw-r--r-- | router.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -package gus +package sliderule import ( "context" "strings" - "tildegit.org/tjp/gus/internal" + "tildegit.org/tjp/sliderule/internal" ) // Router stores a mapping of request path patterns to handlers. |