Codebase list golang-github-vbatts-go-mtree / bd45743a-c878-4d01-97da-094c1925934b/main lchtimes_unsupported.go
bd45743a-c878-4d01-97da-094c1925934b/main

Tree @bd45743a-c878-4d01-97da-094c1925934b/main (Download .tar.gz)

lchtimes_unsupported.go @bd45743a-c878-4d01-97da-094c1925934b/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

func lchtimes(name string, atime time.Time, mtime time.Time) error {
	return nil
}