wangjia184/sortedset

Compilation error on 32-bit arcitecture (armv6l):

Closed this issue · 1 comments

When trying to compile on 32-bit arcitecture (Raspberry Pi 4 - ARMv6L),
the following compilation error occures:
src/github.com/wangjia184/sortedset/sortedset.go:286:6: constant 2147483648 overflows int

Check out this pull request, that fixes this issue: #7