Update session.go

This commit is contained in:
astaxie 2018-11-14 19:23:10 +08:00 committed by GitHub
parent 1097ac3682
commit f514ae309b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
// //
// Usage: // Usage:
// import( // import(
// "github.com/hsoshiant/beego/session" // "github.com/astaxie/beego/session"
// ) // )
// //
// func init() { // func init() {