restic/node_windows.go
2015-04-24 19:39:32 -04:00

19 lines
311 B
Go

package restic
import "os"
func (node *Node) fillExtra(path string, fi os.FileInfo) error {
return nil
}
func (node *Node) createDevAt(path string) error {
return nil
}
func (node *Node) createCharDevAt(path string) error {
return nil
}
func (node *Node) createFifoAt(path string) error {
return nil
}