bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

incorrect import in sessions/store.go #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup lastest go
2. download gorilla package via zip
3. try to install it

What is the expected output? What do you see instead?
cannot find package "github.com/gorilla/securecookie" error appears instead of 
nothing.

Please provide any additional information below.

replace "github.com/gorilla/securecookie" with 
"code.google.com/p/gorilla/securecookie" if package is actually placed under 
folder "code.google.com"

Original issue reported on code.google.com by jekab...@gmail.com on 5 Apr 2014 at 9:23

Attachments: