We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2da2 commit afa0a37Copy full SHA for afa0a37
internal/input/input.go
@@ -9,7 +9,7 @@ import (
9
"github.com/cweill/gotests/internal/models"
10
)
11
12
-// Returns all the Golang files for the given path. Ignores hidden files.
+// Files returns all the Golang files for the given path. Ignores hidden files.
13
func Files(srcPath string) ([]models.Path, error) {
14
srcPath, err := filepath.Abs(srcPath)
15
if err != nil {
0 commit comments