itchyny / base58-go
Base58 encoding/decoding package and command written in Go
☆113Updated 8 months ago
Alternatives and similar repositories for base58-go:
Users that are interested in base58-go are comparing it to the libraries listed below
- Fast implementation of base58 encoding on golang.☆152Updated 4 years ago
- Golang pkg for URL parsing and normalization☆158Updated 2 years ago
- Data URL Schemes in Golang☆137Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Calculate text distance (similarity) in Golang - Experimental implementation☆93Updated 4 years ago
- Shamir's Secret Sharing in Golang☆71Updated 2 years ago
- ☆90Updated 3 weeks ago
- Backoff mechanics for Go☆187Updated 5 months ago
- The jsonrpc package helps implement of JSON-RPC 2.0☆188Updated last year
- Miscellaneous Go toys☆134Updated 5 years ago
- NAT port mapping library for Go☆43Updated 4 years ago
- JSON-RPC 2.0 codec for Go net/rpc standard library☆95Updated 3 years ago
- The fastest way to xor bytes in Go☆73Updated 3 years ago
- Quick'n'easy string diffs for Golang, mainly for diffing strings in tests☆40Updated 7 years ago
- equinox SDK to check/apply updates☆50Updated 4 years ago
- Minimal environment variable parser for Go☆51Updated last month
- Fast parallel version of golang filepath.Walk()☆84Updated 8 years ago
- Go JSON5 decoder package based on encoding/json☆55Updated 9 months ago
- goprocess - like Context, but with good close semantics.☆71Updated 4 years ago
- Timezone utility for Go☆105Updated 9 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 4 years ago
- The robots.txt exclusion protocol implementation for Go language☆271Updated 2 years ago
- A flexible JSON decoding library in Golang☆31Updated 8 years ago
- JSON pretty print for Golang.☆136Updated last year
- Go tool to walk & rewrite AST☆171Updated 5 years ago
- Port of Perl5's Apache::Compiler to golang