cli/filesystem/local/local.go
google-labs-jules[bot] 31d29711c0 chore: Remove failing openpgp tests
Removes the failing tests for the `crypt/lib/openpgp` package at the user's request.
2025-10-23 12:41:14 +00:00

6 lines
124 B
Go

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