mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 04:06:35 +02:00
Fix lint issues
Change-Id: Ida17f639828adf432560f25d2bc98dd70f7482a6 Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
parent
8b3a0b9fe5
commit
c2f5b8d31c
@ -2,9 +2,11 @@
|
||||
|
||||
# genreadme
|
||||
|
||||
Copyright (c) Tailscale Inc & contributors SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
The genreadme tool generates/updates README.md files in the tailscale repo.
|
||||
|
||||
# Running
|
||||
|
||||
From the tailscale root, run: `./tool/go run ./misc/genreadme` and it will update all
|
||||
the README.md files that are stale in the tree.
|
||||
From the tailscale root, run: `./tool/go run ./misc/genreadme` and it will
|
||||
update all the README.md files that are stale in the tree.
|
||||
|
||||
@ -237,4 +237,4 @@ func hasPkgMainGoFiles(dir string, dents []fs.DirEntry) bool {
|
||||
return pkgFile.Name.Name == "main"
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
@ -229,4 +229,4 @@ func genK8sDeploy(dir string) ([]byte, error) {
|
||||
}
|
||||
|
||||
return buf.Bytes(), nil
|
||||
}
|
||||
}
|
||||
|
||||
@ -198,4 +198,4 @@ For other commands and documentation, see:
|
||||
{{- if .Description }}: {{.Description}}{{end -}}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
`))
|
||||
`))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user