Skip to content

Commit

Permalink
Fixing golint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Oct 3, 2017
1 parent 5d2897a commit 871b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
)

// EnumerateDirectoryOptions is a means of configuring a `Directory` instance to including various children in its enumeration without
// DirectoryOptions is a means of configuring a `Directory` instance to including various children in its enumeration without
// supplying a `Where` clause later.
type DirectoryOptions uint

Expand Down

0 comments on commit 871b1cf

Please sign in to comment.