fixed typos and some linter suggestions

This commit is contained in:
Gani Georgiev
2024-01-23 20:56:14 +02:00
parent 80d65a198b
commit aabe820e35
17 changed files with 4635 additions and 4626 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func (s *Provider) SkipTotal(skipTotal bool) *Provider {
}
// CountCol allows changing the default column (id) that is used
// to generated the COUNT SQL query statement.
// to generate the COUNT SQL query statement.
//
// This field is ignored if skipTotal is true.
func (s *Provider) CountCol(name string) *Provider {