Codebase list golang-github-vbatts-go-mtree / e9c91572-fbfa-47cf-bc70-c15effeb0253/upstream lchtimes_unsupported.go
e9c91572-fbfa-47cf-bc70-c15effeb0253/upstream

Tree @e9c91572-fbfa-47cf-bc70-c15effeb0253/upstream (Download .tar.gz)

lchtimes_unsupported.go @e9c91572-fbfa-47cf-bc70-c15effeb0253/upstreamraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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