Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Aug 15, 2024
1 parent 13e22a4 commit 3ad57ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fileset/fileset.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type FileSet struct {

// Paths to include in the fileset.
// Files are included as-is (if not ignored) and directories are traversed recursively.
// Can be equal to [fileset.All] to recursively traverse the root.
// Defaults to []string{"."} if not specified.
paths []string

// Ignorer interface to check if a file or directory should be ignored.
Expand Down

0 comments on commit 3ad57ff

Please sign in to comment.