mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 21:27:45 +00:00
Address a bunch of golangci-lint warnings.
This commit is contained in:
@@ -31,11 +31,11 @@ var versionCmd = &cobra.Command{
|
||||
var headscaleCmd = &cobra.Command{
|
||||
Use: "headscale",
|
||||
Short: "headscale - a Tailscale control server",
|
||||
Long: fmt.Sprintf(`
|
||||
Long: `
|
||||
headscale is an open source implementation of the Tailscale control server
|
||||
|
||||
Juan Font Alonso <juanfontalonso@gmail.com> - 2021
|
||||
https://gitlab.com/juanfont/headscale`),
|
||||
https://gitlab.com/juanfont/headscale`,
|
||||
}
|
||||
|
||||
var serveCmd = &cobra.Command{
|
||||
|
Reference in New Issue
Block a user