command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: May 1, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
checkdoc
The checkdoc
command scans Go packages for comment and documentation related
lints.
Currently the tool checks for:
- Packages that are missing documentation comments
- Exported identifiers that are missing documentation comments
- Malformed or missing canonical import comments
- Missing file header comments
If you'd like to contribute to the project, see CONTRIBUTING.md.
License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the file "LICENSE".
Documentation
¶
The checkdoc command analyzes Go source code to ensure package level docs are
present.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.