Codebase list golang-github-vbatts-go-mtree / e9c91572-fbfa-47cf-bc70-c15effeb0253/main lchtimes_unsupported.go
e9c91572-fbfa-47cf-bc70-c15effeb0253/main

Tree @e9c91572-fbfa-47cf-bc70-c15effeb0253/main (Download .tar.gz)

lchtimes_unsupported.go @e9c91572-fbfa-47cf-bc70-c15effeb0253/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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