Closed majst01 closed 2 weeks ago
I need a day or two but will definitely get back with a reciew
I need a day or two but will definitely get back with a reciew
Sure, no worries, we should add a integration test target to the makefile afterwards that everyone is able to run them locally.
Hi @gabor-boros,
no worries, i am not in a hurry :-)
I made all the changes found during your review (hopefully), if you decide to merge this PR we should try to make the the integration tests run in the CI WDYT ?
@gabor-boros Thanks a lot
Reason for the change With recent go versions slog comes as a decent logging implementation
slog
use this instead of logrus. Also some of the most obvious linter issues found by golangci-lint have been fixed.Also most typos found by https://github.com/crate-ci/typos have been fixed.
This is meant as a starting point for further renewal of this excellent library.