Categorygithub.com/reiver/go-endian
repositorypackage
0.0.0-20180813052709-c3de6b45dfb9
Repository: https://github.com/reiver/go-endian.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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