godlint-cli 0.1.3

Command-line interface for Godlint.
1
2
3
4
5
6
function example() {
  // Skipped: a comment is not work.
  one();
  two();
  three();
}