Move "logger" package to under types, now that we have it.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-02-14 19:23:16 -08:00
committed by Brad Fitzpatrick
parent dec5d64593
commit 2896be60db
19 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ package monitor
import (
"time"
"tailscale.com/logger"
"tailscale.com/types/logger"
)
// Message represents a message returned from a connection.