Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Releases: contiamo/go-base

Approving Akita

15 Aug 08:37

Choose a tag to compare

  • Fixes go.mod issue related to golint

Initial Release

14 Aug 13:57
a7b0726

Choose a tag to compare

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]>