1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-27 19:35:33 +00:00

Update session.go

This commit is contained in:
astaxie
2018-11-14 19:23:10 +08:00
committed by GitHub
parent 1097ac3682
commit f514ae309b

View File

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