# README
Utilities
These packages contain utilities which are missing from the Go standard library, as well as utilities to reduce boilerplate or frequently used code.
Index
- httputils - common utilities for
net/http
- mathutils - utilities for math
- cryptoutils - utilities for
crypto
- sliceutils - utilities for Slices
- clientutils - utilities for Clients (currently only
net/http
)
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package sliceutils provides useful functions for dealing with slices https://gobyexample.com/collection-functions.