about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--eg/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/base.go b/eg/base.go
index dcfbd35..1b4c334 100644
--- a/eg/base.go
+++ b/eg/base.go
@@ -1,7 +1,7 @@
 package main
 
 import (
-	"github.com/franckcuny/router"
+	"github.com/franckcuny/path-router"
 	"net/http"
 )