Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 343 Bytes

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.