Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix field path for uint-typed map keys (#44)
Go's formatter prints uint-type values as a hex literal when using the `%#v` directive in `fmt.Sprintf`, which bled over into the test cases. This patch makes it a standard decimal literal. Updates in the libraries will follow.
- Loading branch information