mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-03 02:21:58 +00:00
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
@@ -9,7 +9,7 @@ package monitor
|
||||
import (
|
||||
"time"
|
||||
|
||||
"tailscale.com/logger"
|
||||
"tailscale.com/types/logger"
|
||||
)
|
||||
|
||||
// Message represents a message returned from a connection.
|
||||
|
||||
Reference in New Issue
Block a user