go-sessions icon indicating copy to clipboard operation
go-sessions copied to clipboard

unable to get int from boltdb database

Open trim21 opened this issue 2 years ago • 0 comments

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?

trim21 avatar Jan 22 '23 07:01 trim21