gen_linted.sh 80 B

123
  1. #!/bin/bash
  2. for i in *.go; do golint $i | grep -q . || echo $i; done > .linted