Home / Go Encodings and Character Sets
10 Repositories
Sortby
MessagePack encoding for Golang ❤️ Uptrace.dev - distributed traces, logs, and errors in one place Join Discord to ask questions. Documentation Refere
go-xdr [] (https://travis-ci.org/davecgh/go-xdr) [![Coverage Status] (https://coveralls.io/repos/davecgh/go-xdr/badge.png?branch=master)] (https://cov
Amino Spec (and impl for Go) This software implements Go bindings for the Amino encoding protocol. Amino is an object encoding specification. It is a
Colfer Colfer is a binary serialization format optimized for speed and size. The project's compiler colf(1) generates source code from schema definiti
bencode-go A Go language binding for encoding and decoding data in the bencode format that is used by the BitTorrent peer-to-peer file sharing protoco
Install The main method of installation is through "go get" (provided in $GOROOT/bin) go get github.com/djimenez/iconv-go This both downloads from gi
magicmime magicmime is a Go package which allows you to discover a file's mimetype by looking for magic numbers in its content. It could be used as a
mimemagic Powerful and versatile MIME sniffing package using pre-compiled glob patterns, magic number signatures, xml document namespaces, and tree ma
Base58 encoding for Go Base58 is a less known encoding, but it is popular when embedding resource identifiers into URLs. The encoded data contains onl
gopack Bitpacking for Go. ##Usage // Define arbitrary structs for packing. type color struct { R, G, B uint8 } red := color{255, 0, 0} b := make([]