Doc-Hunt is godoc checker in project.
You can install it by following command.
go get github.com/n25a/doc-hunt
Then, you can run it by following command.
doc-hunt hunt --dir "/path/to/project"
You can use these flags to execute doc-hunt files or directory.
flag | description |
---|---|
--exclude-path | Set directories to ignore |
--exclude-file | Set files to ignore |
Doc-Hunt print a report in terminal.
If your code have some problems, it will print a report like this:
If your code have no problems, it will print a report like this: