Skip to content

Commit 765907a

Browse files
authored
cmd/makedocs: add checker param docs (go-critic#796)
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
1 parent 07de34a commit 765907a

4 files changed

Lines changed: 243 additions & 131 deletions

File tree

cmd/makedocs/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const (
1818
func main() {
1919
tmpl := parseTemplate(
2020
"overview.md.tmpl",
21+
"checker.partial.tmpl",
2122
"checker_tr.partial.tmpl")
2223

2324
buf := bytes.Buffer{}

0 commit comments

Comments
 (0)