godlint-cli 0.1.0

Command-line interface for Godlint.
1
2
3
4
5
6
def example():
    # Comments are documentation, not statements.
    one()
    if ready:
        two()
        three()