godlint-cli 0.2.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
def example(first, second, third):
    if first:
        pass
    if second:
        pass
    if third:
        pass