Skip to content

Commit

Permalink
cmd/makedocs: add checker param docs (go-critic#796)
Browse files Browse the repository at this point in the history
Signed-off-by: Iskander Sharipov <[email protected]>
  • Loading branch information
quasilyte authored Feb 10, 2019
1 parent 07de34a commit 765907a
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 131 deletions.
1 change: 1 addition & 0 deletions cmd/makedocs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const (
func main() {
tmpl := parseTemplate(
"overview.md.tmpl",
"checker.partial.tmpl",
"checker_tr.partial.tmpl")

buf := bytes.Buffer{}
Expand Down
Loading

0 comments on commit 765907a

Please sign in to comment.