未验证 提交 68533aec 编写于 作者: J Javis Zhou 提交者: GitHub

Fix golint failures

上级 e651eee9
......@@ -44,7 +44,7 @@ func (p *Profile) IsValid() bool {
return true
}
// check if the profile is an internal keywords
// ProfileNameInReservedKeywords checks if the profile is an internal keywords
func ProfileNameInReservedKeywords(name string) bool {
for _, v := range keywords {
if strings.EqualFold(v, name) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册