github.com/XiaoMi/Gaea@v1.2.5/misc/golint-all (about) 1 #!/bin/bash 2 3 find . ! -path "./vendor/*" -name '*.go' -exec golint {} \;