summaryrefslogtreecommitdiffhomepage
path: root/util/cstruct
AgeCommit message (Expand)AuthorFilesLines
2025-01-13all: use Go 1.21's binary.NativeEndianBrad Fitzpatrick1-5/+4
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-4/+4
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-08-28util/cstruct: add package for decoding padded C structures (#5429)Andrew Dunham3-0/+405