godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
5
6
def example():
    """Skipped: a docstring documents rather than works."""
    one()
    two()
    three()
    four()