https://github.com/reiver/go-endian
Package endian provides tools for working with the Little Endian and Big Endian data (such as reading it, and writing it), or in other words, translating to and from numbers and byte sequences using Little Endian and Big Endian encodings, for the Go programming language.
https://github.com/reiver/go-endian
big-endian endian endianness little-endian
Last synced: 3 months ago
JSON representation
Package endian provides tools for working with the Little Endian and Big Endian data (such as reading it, and writing it), or in other words, translating to and from numbers and byte sequences using Little Endian and Big Endian encodings, for the Go programming language.
- Host: GitHub
- URL: https://github.com/reiver/go-endian
- Owner: reiver
- License: mit
- Created: 2018-08-09T18:22:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T05:27:27.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T13:08:43.404Z (5 months ago)
- Topics: big-endian, endian, endianness, little-endian
- Language: Go
- Homepage: https://godoc.org/github.com/reiver/go-endian
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-endian
Package **endian** provides tools for working with the Little Endian and Big Endian data (such as reading it, and writing it), or in other words translating to and from numbers and byte sequences using Little Endian and Big Endian encodings, for the Go programming language.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-endian
[](https://godoc.org/github.com/reiver/go-endian)