diff options
Diffstat (limited to 'store.go')
| -rw-r--r-- | store.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ type Session struct { type User struct { Id int64 UserName string - Password string + Password []byte } type Store interface { |
