dubeejw commented on a change in pull request #2591: User-Agent CLI/version header URL: https://github.com/apache/incubator-openwhisk/pull/2591#discussion_r136076971
########## File path: tools/cli/go-whisk-cli/commands/commands.go ########## @@ -30,6 +30,7 @@ import ( var client *whisk.Client const DefaultOpenWhiskApiPath string = "/api" +var UserAgent string = "OpenWhisk-CLI" Review comment: Looks like this should be a const. ---------------------------------------------------------------- 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
