sha1..
This commit is contained in:
parent
09632be46c
commit
1c3000e532
7 changed files with 569 additions and 0 deletions
5
files/file.go
Normal file
5
files/file.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Package file implements sessions saved into files which contains gob data
|
||||
package file
|
||||
|
||||
// SessionFile implement manager.Session interface
|
||||
type SessionFile struct{}
|
Loading…
Add table
Add a link
Reference in a new issue