lzbj commented on a change in pull request #2475: Use error string indirection 
instead of copying.
URL: 
https://github.com/apache/incubator-openwhisk/pull/2475#discussion_r127650684
 
 

 ##########
 File path: tools/cli/go-whisk/whisk/action.go
 ##########
 @@ -153,7 +153,7 @@ func (s *ActionService) List(packageName string, options 
*ActionListOptions) ([]
     return actions, resp, err
 }
 
-func (s *ActionService) Insert(action *Action, overwrite bool) (*Action, 
*http.Response, error) {
+func (s *ActionService)         Insert(action *Action, overwrite bool) 
(*Action, *http.Response, error) {
 
 Review comment:
   Np, unintentionally, updated.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to