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:
parent
52f372cdbe
commit
09ec217bb1
3
app.go
3
app.go
@ -1,7 +1,7 @@
|
|||||||
package headscale
|
package headscale
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
_ "embed" // used to add the derp.yaml map
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
@ -18,6 +18,7 @@ import (
|
|||||||
"tailscale.com/types/wgkey"
|
"tailscale.com/types/wgkey"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// BaseDerp is the base derp map included in derp.yaml
|
||||||
//go:embed derp.yaml
|
//go:embed derp.yaml
|
||||||
var BaseDerp string
|
var BaseDerp string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user