alexedwards / scs

HTTP Session Management for Go
MIT License
2.13k stars 166 forks source link

session.GetInt64() #105

Closed avecost closed 3 years ago

avecost commented 3 years ago

Hello Alex,

func (s *SessionManager) GetInt(ctx context.Context, key string) int

does it have a int64 version? like in ver1

Regards, Arvin

alexedwards commented 3 years ago

Hi!

I've added GetInt64 and GetInt32 methods in commit https://github.com/alexedwards/scs/commit/f336450b94218d525622c490bfab66f610d1255f.