Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 322 Bytes

endianness

Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go

Installation

Use go get.

go get github.com/colduction/endianness

TODO

  • BytesToUint16
  • BytesToUint32
  • BytesToUint64
  • BytesToFloat32
  • BytesToFloat64