[FAQ] Golang error strings should not be capitalized or end with punctuation

通过llama.cpp与羊驼聊天的网页界面- 详解 Serge 的启动使用

 

当我们在 Golang 中使用 errors.New("Aaa.") 形式返回 error 信息时,文字内容不应该大写字母开头或者标点符号结尾

 

所以这样是可以的 errors.New("aaa")

 

Refer:Golang常见错误

Link:https://www.cnblogs.com/farwish/p/14226732.html

posted on 2021-01-03 20:15  ercom  阅读(3306)  评论(0编辑  收藏  举报