github.com/figglewatts/gotoolbox

A toolbox of various utilities that make writing Go easier.


License
Unlicense
Install
go get github.com/figglewatts/gotoolbox

Documentation

gotoolbox

GitHub go.mod Go version Go Reference codecov Go Report Card GitHub License GitHub release (latest SemVer) GitHub Workflow Status

A toolbox of various utilities that make writing Go easier.

channels package

The channels package provides a number of functions that make working with and composing channels easier.

slice package

The slice package provides tools that make working with slices easier.