Address a bunch of golangci-lint warnings.
This commit is contained in:
parent
f7b6c68d22
commit
f7c7b4873a
6 changed files with 46 additions and 30 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue