Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Change the propkeys from int to int64
When I create binaries for each OS using goreleaser, the propKeys generates an int overflow since the iota duplicates for each propKey This commit changes the int type to works well with binaries generated for arm and i386 archs.
- Loading branch information