Codebase list golang-github-vbatts-go-mtree / upstream/0.5.0+git20210125.1.4d95ad8 lchtimes_unsupported.go
upstream/0.5.0+git20210125.1.4d95ad8

Tree @upstream/0.5.0+git20210125.1.4d95ad8 (Download .tar.gz)

lchtimes_unsupported.go @upstream/0.5.0+git20210125.1.4d95ad8

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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