godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
5
6
def nested(x):
    if x > 0:
        if x > 1:
            if x > 2:
                return 1
    return 0