1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-07 08:08:29 +00:00

go: update deps, and vendored sources

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-08-26 13:01:35 -04:00
parent 1adae81a54
commit 47b137db03
Signed by: vbatts
GPG key ID: 10937E57733F1362
327 changed files with 32563 additions and 20551 deletions

View file

@ -12,7 +12,7 @@ import (
// LogFunction For big messages, it can be more efficient to pass a function
// and only call it if the log level is actually enables rather than
// generating the log message and then checking if the level is enabled
type LogFunction func()[]interface{}
type LogFunction func() []interface{}
type Logger struct {
// The logs are `io.Copy`'d to this in a mutex. It's common to set this to a