Skip to content

Commit afa0a37

Browse files
CodeLingoBotcweill
authored andcommitted
Fix function comments based on best practices from Effective Go (#89)
Signed-off-by: CodeLingo Bot <[email protected]>
1 parent 92e2da2 commit afa0a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/input/input.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/cweill/gotests/internal/models"
1010
)
1111

12-
// Returns all the Golang files for the given path. Ignores hidden files.
12+
// Files returns all the Golang files for the given path. Ignores hidden files.
1313
func Files(srcPath string) ([]models.Path, error) {
1414
srcPath, err := filepath.Abs(srcPath)
1515
if err != nil {

0 commit comments

Comments
 (0)