diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-07-26 13:43:16 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-07-26 13:43:16 -0700 |
commit | 6dde0c343e046857395014cc40b7409e5c4be506 (patch) | |
tree | dc82ae793fa77866e8d84d1d197596312e690dfb | |
parent | 4d4d22c17c63bae289764e02348c3693ff873d1a (diff) | |
download | bommom-6dde0c343e046857395014cc40b7409e5c4be506.tar.gz bommom-6dde0c343e046857395014cc40b7409e5c4be506.zip |
code.google.com moved to github.com
-rw-r--r-- | serve.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package main import ( - "code.google.com/p/gorilla/sessions" + "github.com/gorilla/sessions" "fmt" "html/template" "log" |