Codebase list golang-github-vbatts-go-mtree / cme/main lchtimes_unsupported.go
cme/main

Tree @cme/main (Download .tar.gz)

lchtimes_unsupported.go @cme/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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