godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
def example(a, b):
    if a and b:
        pass
    x = a if b else 0