This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhouyuhuan
/
Cloudpods
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
feature/cloudpods
main
Cloudpods
/
backend
/
vendor
/
github.com
/
google
/
gopacket
/
layers
/
gen_linted.sh
gen_linted.sh
80 B
Permalink
History
Raw
1
2
3
#!/bin/bash
for i in *.go; do golint $i | grep -q . || echo $i; done > .linted