mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
9 lines
285 B
Go
9 lines
285 B
Go
// Package encoding provides functions for working with conversions of numbers, structures, strings and bytes.
|
|
//
|
|
// Package functions:
|
|
// 1. HexEncode/HexDecode
|
|
// 2. Uint64ToBytes/BytesToUint64
|
|
// 3. SerializeJSON/DeserializeJSON
|
|
// 4. SerializeYAML/DeserializeYAML
|
|
package encoding
|