You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/28 07:01:30 UTC

[GitHub] dubeejw commented on issue #60: Go format source code

dubeejw commented on issue #60: Go format source code
URL: https://github.com/apache/incubator-openwhisk-client-go/pull/60#issuecomment-361042852
 
 
   First commit fails Travis if files aren't formatted.
   ```
   0.00s$ cd $TRAVIS_BUILD_DIR
   0.01s$ GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
   0.05s$ test -z "$(gofmt -s -l $(echo $GO_FILES))"
   The command "test -z "$(gofmt -s -l $(echo $GO_FILES))"" failed and exited with 1 during .
   Your build has been stopped.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services