Skip to content

Instantly share code, notes, and snippets.

@msoap
Last active April 18, 2025 10:13
Show Gist options
  • 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 -E '\Winterface{}\W|\Wany\W' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment