Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion osfs/osfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ var (
)

// NewOSFS returns a filesystem for the tree of files rooted at the directory dir.
// Deprecated: Use New.
//
// Deprecated: Use New. NewOSFS is retained for backwards compatibility and
// is scheduled for removal in v0.6.0.
func NewOSFS(dir string) *OSFS {
return New(dir)
}
Expand Down
Loading