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