Codebase list golang-github-vbatts-go-mtree / d73ca0b5-a3f7-4c2f-8134-b8f36b48412e/main lchtimes_unsupported.go
d73ca0b5-a3f7-4c2f-8134-b8f36b48412e/main

Tree @d73ca0b5-a3f7-4c2f-8134-b8f36b48412e/main (Download .tar.gz)

lchtimes_unsupported.go @d73ca0b5-a3f7-4c2f-8134-b8f36b48412e/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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