Skip to content

Commit

Permalink
[#19] fix: minor comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
majohn-r committed Jul 21, 2024
1 parent 6f96688 commit c6fb4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ var (
"noformat",
false,
"set to remove custom formatting from dead code analysis")
// NoTestFlag is a flag for the AnalyzeDeadCode function to remove the -test parameter from the deadcode command
// NoTestFlag is a flag to remove the -test parameter from the deadcode command
NoTestFlag = flag.Bool(
"notest",
false,
"set to remove the -test parameter from dead code analysis")
// TemplateFlag is a flag to allow the caller to change the format template used by the deadcode command
// TemplateFlag is a flag that allows the caller to change the format template used by the deadcode command
TemplateFlag = flag.String(
"template",
`{{println .Path}}{{range .Funcs}}{{printf "\t%s\t%s\n" .Position .Name}}{{end}}{{println}}`,
Expand Down

0 comments on commit c6fb4cb

Please sign in to comment.