Move "logger" package to under types, now that we have it.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
dec5d64593
commit
2896be60db
@ -8,7 +8,7 @@ import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
|
||||
"tailscale.com/logger"
|
||||
"tailscale.com/types/logger"
|
||||
)
|
||||
|
||||
// RusagePrefixLog returns a Logf func wrapping the provided logf func that adds
|
||||
|
Reference in New Issue
Block a user