spiegel_podman/vendor/github.com/pkg/sftp/request-plan9.go
renovate[bot] aa6086ceb0
Update common, image, and storage deps to b3642f3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-19 01:57:22 +00:00

16 lines
172 B
Go

//go:build plan9
// +build plan9
package sftp
import (
"syscall"
)
func fakeFileInfoSys() any {
return &syscall.Dir{}
}
func testOsSys(sys any) error {
return nil
}