ShubhamGupta9582 edited a comment on pull request #142:
URL: 
https://github.com/apache/openwhisk-client-go/pull/142#issuecomment-755110541


   @rabbah I ran `gofmt` locally and pushed changes.
   
   EDIT: `gofmt` command formatted one line but it was not giving any error.
   I also ran below two commands on my local and it was working fine
   ```
   GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
   test -z "$(gofmt -s -l $(echo $GO_FILES))"
   ```
   How can i produce `The command "test -z "$(gofmt -s -l $(echo $GO_FILES))"" 
failed and exited with 1 during .` error on my local ?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to