Add testing
This commit is contained in:
parent
3233f8c27f
commit
06e6d457da
14 changed files with 273 additions and 5 deletions
|
@ -2,6 +2,9 @@ package shared
|
|||
|
||||
import "github.com/rs/zerolog/log"
|
||||
|
||||
// Stuff here is not actually used anymore in the new implementation
|
||||
// thus also no tests needed
|
||||
|
||||
type ZerologWrapper struct{}
|
||||
|
||||
func (z *ZerologWrapper) Errorf(format string, args ...any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue