godlint-cli 0.1.2

Command-line interface for Godlint.
1
2
3
4
5
function example(first: boolean, second: boolean, third: boolean) {
  if (first) {}
  if (second) {}
  if (third) {}
}