Codebase list golang-github-vbatts-go-mtree / 5b87f407-68e8-43dd-a59f-5ecc3b3e85b8/main lchtimes_unsupported.go
5b87f407-68e8-43dd-a59f-5ecc3b3e85b8/main

Tree @5b87f407-68e8-43dd-a59f-5ecc3b3e85b8/main (Download .tar.gz)

lchtimes_unsupported.go @5b87f407-68e8-43dd-a59f-5ecc3b3e85b8/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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