if git --no-pagergrep-E$'^(import |\t)[a-z]+[A-Z_][a-zA-Z]* "[^"]+"$'--'**/*.go'':(exclude)vendor/*'':(exclude)staging/*';then
if git --no-pagergrep-E$'^(import |\t)[a-z]+[A-Z_][a-zA-Z]* "[^"]+"$'--'**/*.go'':(exclude)vendor/*'':(exclude)staging/src/k8s.io/client-go/*vendor/*';then
echo"!!! Some package aliases break go conventions."
echo"To fix these errors, do not use capitalized or underlined characters"
echo"in pkg aliases. Refer to https://blog.golang.org/package-names for more info."