go/filesystem/local/local.go

6 lines
124 B
Go

package local
// Medium implements the filesystem.Medium interface for the local disk.
type Medium struct {
root string
}