fix golint issues (#533)

This commit is contained in:
Kevin Wan
2021-03-02 00:11:18 +08:00
committed by GitHub
parent c4b2cddef7
commit af531cf264
3 changed files with 3 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ func (j Join) Snake() Join {
return join
}
// Snake convert items into Untitle and return
// Untitle converts items into Untitle and return
func (j Join) Untitle() Join {
var join Join
for _, each := range j {