aboutsummaryrefslogtreecommitdiff
path: root/bytesconv_32.go
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08chore: Remove redundant build constraint (#1650)Gravatar Oleksandr Redko 1-1/+0
2022-03-16bytesconv: add appropriate build tags for s390x (#1250)Gravatar Nick Rosbrook 1-2/+2
The bytesconv 32-bit tests fail on s390x, because it is a 64-bit architecture. Add the appropriate build flags so that 32-bit tests do not run on this architecture.
2021-09-02compatible with new build tag (#1087)Gravatar tyltr 1-0/+1
2020-11-05Add ppc64le supportv1.17.0Gravatar Erik Dubbelboer 1-1/+1
2018-11-14Fix ParseUint to support all possible numbersGravatar Erik Dubbelboer 1-1/+0
Fixes #461
2015-12-01Updated test matrix in .travis.yml according to ↵Gravatar Aliaksandr Valialkin 1-1/+1
https://golang.org/doc/install/source#environment
2015-11-28Issue #7: an attempt to blindly fix arm build according to @msoap suggestionGravatar Aliaksandr Valialkin 1-0/+8