This repository has been archived by the owner on Aug 7, 2023. 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.
The go compiler treats the math.MaxUint32 constant as an integer in the error print which causes a compile error. This casts the constant to avoid that thus allows the code to compile on 32-bit architectures.
- Loading branch information