module
0.0.0-20220606212806-2039fdaf4823
Repository: https://github.com/jmillerv/go-utilities.git
Documentation: pkg.go.dev
# README
go-utilities
These are functions that I find myself re-implementing across projects. Feel free to use and contribute.
Package names
I try to break package into names that make sense e.g. format
, parse
, etc.