Created
June 18, 2019 14:36
-
-
Save nitishparkar/b57f93147e104f8d9929c435364fc6fd to your computer and use it in GitHub Desktop.
Run gofmt and fix issues in all go files in the current directory and its subdorectories, excluding ./vendor
This file contains hidden or 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
gofmt -w $(find . -type f -name '*.go' -not -path "./vendor/*") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment