Codebase list golang-github-vbatts-go-mtree / 6ce12855-a570-4aee-a94e-a5ccab88d60f/main lchtimes_unsupported.go
6ce12855-a570-4aee-a94e-a5ccab88d60f/main

Tree @6ce12855-a570-4aee-a94e-a5ccab88d60f/main (Download .tar.gz)

lchtimes_unsupported.go @6ce12855-a570-4aee-a94e-a5ccab88d60f/main

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build windows

package mtree

import (
	"time"
)

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