Github template for new libraries
This is template repository for new libraries
- Edit go.mod and rename to your package module
- Uncomment .github/workflows/tests.yml
Commit message should looks like
[TYPE] some message
- Add
- Fix
- Update
- Remove
- Refactor
- Docs
- Test
- Improve