Skip to content

Instantly share code, notes, and snippets.

@msoap
Created September 13, 2018 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msoap/aa317a0f6558d72b51693ea1d431ab1e to your computer and use it in GitHub Desktop.
Save msoap/aa317a0f6558d72b51693ea1d431ab1e to your computer and use it in GitHub Desktop.
Quick and easy golang project quality check
find . -name '*.go' | xargs grep -r 'interface{}' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment