github.com/MariusVanDerWijden/go-snippets/sstore

Packages containing small programs/packages that might come in handy in the future


License
Apache-2.0
Install
go get github.com/MariusVanDerWijden/go-snippets/sstore

Documentation

go-snippets

Packages containing small programs/packages that might come in handy in the future

search

Search contains an algorithm to execute an predicate. It can be used to search an array for an element for example.

big

Big contains a wrapper around the math/big package. It has a nicer interface than the original package imo.