1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

Fixing linting issue

This commit is contained in:
Juan Font 2021-07-19 20:12:37 +02:00
parent 52f372cdbe
commit 09ec217bb1

3
app.go
View File

@ -1,7 +1,7 @@
package headscale
import (
_ "embed"
_ "embed" // used to add the derp.yaml map
"errors"
"fmt"
"log"
@ -18,6 +18,7 @@ import (
"tailscale.com/types/wgkey"
)
// BaseDerp is the base derp map included in derp.yaml
//go:embed derp.yaml
var BaseDerp string