You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by gi...@git.apache.org on 2017/05/09 15:27:27 UTC

[GitHub] mrutkows opened a new issue #263: Update package imports to "apache" (github) relative

mrutkows opened a new issue #263: Update package imports to "apache" (github) relative
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/263
 
 
   As we have moved to Apache org. under Github,  we should change package import statements to reflect this change...
   
   for example:
   import (
   	"github.com/openwhisk/openwhisk-client-go/whisk"
           "github.com/openwhisk/openwhisk-wskdeploy/config"
   }
   
   should be:
   import (
   	"github.com/apache/incubator-openwhisk-client-go/whisk"
           "github.com/apache/incubator-openwhisk-wskdeploy/config"
   }
   
 
----------------------------------------------------------------
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