mdeuser commented on a change in pull request #2424: (Review) Leading Slash 
(CLI issue #2328)   
URL: 
https://github.com/apache/incubator-openwhisk/pull/2424#discussion_r126027119
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/util.go
 ##########
 @@ -61,6 +61,17 @@ func (qualifiedName QualifiedName) String() string {
     return strings.Join(output, "")
 }
 
+// replaceMissingLeadSlash(name) returns a (possibly fully qualified) resource 
name,
+//      inserting a leading '/' if it is of 3 parts 
(namespace/packageName/actionName)
+//      and lacking the leading '/'.
+func replaceMissingLeadSlash(name string) string {
 
 Review comment:
   I suppose it might be time for the `QualifiedName` struct and associated 
methods, constructors, etc to reside in its own module.
 
----------------------------------------------------------------
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