mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 21:27:45 +00:00
golangci-lint --fix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Juan Font

parent
96fe6aa3a1
commit
4f9fe93146
@@ -1,13 +1,9 @@
|
||||
package hsic
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
defaultEphemeralNodeInactivityTimeout = time.Second * 30
|
||||
defaultNodeUpdateCheckInterval = time.Second * 10
|
||||
)
|
||||
// const (
|
||||
// defaultEphemeralNodeInactivityTimeout = time.Second * 30
|
||||
// defaultNodeUpdateCheckInterval = time.Second * 10
|
||||
// )
|
||||
|
||||
// TODO(kradalby): This approach doesnt work because we cannot
|
||||
// serialise our config object to YAML or JSON.
|
||||
|
Reference in New Issue
Block a user