This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast idx to uint32 to fix compilation on i386 (#1118)
`env GOOS=linux GOARCH=386` go build no longer complains about integer overflow. See dgraph-io/badger#953 (comment)
- Loading branch information