godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
fn example(a: bool, b: bool, c: bool) {
    if a && b || c {}
    while a && b && c {}
}