This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
sniffer-agent
mirror of
https://github.com/zr-hebo/sniffer-agent.git
Watch
1
Star
0
Fork
You've already forked sniffer-agent
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dab225fc2c
sniffer-agent
/
vendor
/
github.com
/
google
/
gopacket
/
layers
/
gen_linted.sh
4 lines
80 B
Bash
Raw
Blame
History
#!/bin/bash
for
i in *.go
;
do
golint
$i
|
grep -q .
||
echo
$i
;
done
> .linted
Reference in New Issue
View Git Blame
Copy Permalink