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 (dgraph-io#1118)
`env GOOS=linux GOARCH=386` go build no longer complains about integer overflow. See dgraph-io#953 (comment)
- Loading branch information