Last active
April 18, 2025 10:13
-
-
Save msoap/aa317a0f6558d72b51693ea1d431ab1e to your computer and use it in GitHub Desktop.
Quick and easy golang project quality check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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