mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-14 23:17:29 +00:00
portlist: move code around to avoid unused function warnings.
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
package portlist
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Forking on Windows is insanely expensive, so don't do it too often.
|
||||
const pollInterval = 5 * time.Second
|
||||
|
Reference in New Issue
Block a user