go-udev icon indicating copy to clipboard operation
go-udev copied to clipboard

Tests: ensure big-endian architecture is tested/managed correctly

Open pilebones opened this issue 3 years ago • 0 comments

See issue: #13 And see test: https://github.com/pilebones/go-udev/blob/master/netlink/uevent_test.go#L67-L70

From tests, the input byte data is hard-coded for little-endian architectures. We should also manage big-endian architectures.

pilebones avatar Jan 29 '21 10:01 pilebones