tianxiaoliang commented on a change in pull request #111: fix go const
URL: https://github.com/apache/servicecomb-kie/pull/111#discussion_r386178143
##########
File path: client/client.go
##########
@@ -39,6 +39,9 @@ import (
const (
version = "v1"
APIPathKV = "kie/kv"
+
+ ErrGetFailed = "get failed"
Review comment:
不可以用Err开头,只有errors.New可以占用这种风格的命名,文本类,用Msg开头吧
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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