finalized tests, made .With() work to create sub-loggers (#2)

Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
T.v.Dein
2024-01-19 13:40:00 +01:00
committed by GitHub
parent 9547dccc7f
commit a993959de7
3 changed files with 152 additions and 23 deletions

View File

@@ -6,6 +6,8 @@
#
# no need to modify anything below
VERSION = $(shell grep VERSION handler.go | head -1 | cut -d '"' -f2)
all: buildlocal
buildlocal:
@@ -30,3 +32,6 @@ goupdate:
lint:
golangci-lint run -p bugs -p unused
release: buildlocal test
@echo gh release create v$(VERSION) --generate-notes releases/*