aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/gopacket/layers/gen_linted.sh
blob: 75c701f4d5e4403610673a7fdef29469869f6589 (plain)
1
2
3
#!/bin/bash

for i in *.go; do golint $i | grep -q . || echo $i; done > .linted