This repository was archived by the owner on Jun 12, 2024. It is now read-only.
Releases: contiamo/go-base
Releases · contiamo/go-base
Approving Akita
- Fixes go.mod issue related to golint
Initial Release
Add jaeger init helper to tracing package (#3) * Add jaeger init helper to tracing package **What** - Adds and tests the Jaeger tracer init method to the tracing package - Clean up some linting errors - Add a changelog cmd to the Makefile - Tidy up the makefile Signed-off-by: Lucas Roesler <[email protected]> * Add tools package and remove lint check - Add tools package to assit tracking go tools - Remove lint step from the go CI workflow because it is not worth the effort right now Signed-off-by: Lucas Roesler <[email protected]> * Improve Copy doc string Co-Authored-By: Tino Rusch <[email protected]>