aboutsummaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-07-26 13:43:16 -0700
committerbnewbold <bnewbold@robocracy.org>2016-07-26 13:43:16 -0700
commit6dde0c343e046857395014cc40b7409e5c4be506 (patch)
treedc82ae793fa77866e8d84d1d197596312e690dfb /serve.go
parent4d4d22c17c63bae289764e02348c3693ff873d1a (diff)
downloadbommom-6dde0c343e046857395014cc40b7409e5c4be506.tar.gz
bommom-6dde0c343e046857395014cc40b7409e5c4be506.zip
code.google.com moved to github.com
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.go b/serve.go
index 6447c58..fe19fcd 100644
--- a/serve.go
+++ b/serve.go
@@ -1,7 +1,7 @@
package main
import (
- "code.google.com/p/gorilla/sessions"
+ "github.com/gorilla/sessions"
"fmt"
"html/template"
"log"