An open API service indexing awesome lists of open source software.

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.

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

[![GoDoc](https://godoc.org/github.com/reiver/go-endian?status.svg)](https://godoc.org/github.com/reiver/go-endian)