A Go (golang) library to add generic wrappers to some standard library sync package types
Currently the only implemented struct from sync is sync.Map and for sync.Map we make sure to test our functions with the tests in those packages, but rewritten to use generics. These are not pulled into the package, but ad-hoc run locally when a new function is added