Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + type ExistingFileSystemPath interface + ShouldExist func() bool + func NewExistingFileSystemPath(path string) ExistingFileSystemPath + type FileSystemPath interface + Drive func() string + func NewFileSystemPath(path string) FileSystemPath + type Path interface + Path func() string