Linux Foundation Collaborative Projects
index
:
govpp
master
The GoVPP Gerrit repository has been archived.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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