Fix unit tests
[govpp.git] / vendor / github.com / google / gopacket / layers / gen_linted.sh
1 #!/bin/bash
2
3 for i in *.go; do golint $i | grep -q . || echo $i; done > .linted