import "github.com/mgla96/ssh-watcher/internal/file"
type FileOps struct{}
func (r FileOps) Open(name string) (*os.File, error)
Generated by gomarkdoc