github.com/gopacket/gopacket@v1.1.0/layers/gen_linted.sh (about) 1 #!/bin/bash 2 3 for i in *.go; do golint $i | grep -q . || echo $i; done > .linted