Colduction / endianness

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%