about summary refs log tree commit diff
path: root/eg
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2013-05-08 21:18:13 -0700
committerFranck Cuny <franck@lumberjaph.net>2013-05-08 21:18:13 -0700
commitfa07e80666bbb956a5c68eefb3f89af40b903d66 (patch)
treefe7314354112d7dc957816d5eefc45ae543146da /eg
parentclean up last mention of mooh (diff)
downloadpath-router-fa07e80666bbb956a5c68eefb3f89af40b903d66.tar.gz
fix import
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"
 )