# README
Utils
Adding some convenience utils that I re-use:
Name | Descriptions" |
---|---|
errx | errx.PanicOnErr avoids re-typing of err!=nil snippets |
set | Has a set.Set data struct where I can store a list of unique items |
Adding some convenience utils that I re-use:
Name | Descriptions" |
---|---|
errx | errx.PanicOnErr avoids re-typing of err!=nil snippets |
set | Has a set.Set data struct where I can store a list of unique items |