go-sessions
go-sessions copied to clipboard
unable to get int from boltdb database
when setting int to boltdb/badger backend, it will be decoded to float64, so there is no way to call GetInt get correct value when using boltdb as database
should use gob as default encoding and decoding?