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:
[email protected]


With regards,
Apache Git Services

Reply via email to