Miscellaneous useful shared Go packages by Cleverse
Minimalist pure Golang optimized generic utilities for Cleverse projects.
Minimalist and zero-dependency errors library with stacktrace support for Go (for wrapping and formatting an errors).
A safe way to represent nullable primitive values in Go. Supports JSON serialization.
Minimalist and zero-dependency low-level and simple queue library for thread-safe and unlimited-size generics in-memory message queue library for Go (async enqueue and blocking dequeue supports).
The alternative way to communicate between goroutines compared to channel
High efficient and minimal utilities library that will help you to work with Ethereum addresses easier. (a go-ethereum helper library)
A shopspring/decimal wrapper library for fixed point arithmetic operations in Cleverse projects.