Codebase list golang-github-vbatts-go-mtree / 77f5491e-3a23-49b7-b573-678497ec993b/main lchtimes_unsupported.go
77f5491e-3a23-49b7-b573-678497ec993b/main

Tree @77f5491e-3a23-49b7-b573-678497ec993b/main (Download .tar.gz)

lchtimes_unsupported.go @77f5491e-3a23-49b7-b573-678497ec993b/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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