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/03/09 01:05:18 UTC

[GitHub] pritidesai commented on a change in pull request #785: Add trace support, include -trace flag and -v for go test.

pritidesai commented on a change in pull request #785: Add trace support, include -trace flag and -v for go test.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/785#discussion_r173332494
 
 

 ##########
 File path: README.md
 ##########
 @@ -141,6 +141,22 @@ $ git branch --set-upstream-to origin/master  # track master from origin now
 
 You can now use `git push` to push changes to your repository and submit pull requests.
 
+### Developers should use "go deps" and "go build" not "go get"
+
+The Whisk deploy project is setup for development purposes and uses "go deps" for dependency management. We do NOT recommend using "go get" as this will use the latest dependencies for all imported GitHub repos. which is not supported.
 
 Review comment:
   thanks for adding this disclaimer, will save lot of time explaining the failure ...

----------------------------------------------------------------
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