Codebase list golang-github-vbatts-go-mtree / e5611996-cc94-47bb-9115-c36579ed8328/main lchtimes_unsupported.go
e5611996-cc94-47bb-9115-c36579ed8328/main

Tree @e5611996-cc94-47bb-9115-c36579ed8328/main (Download .tar.gz)

lchtimes_unsupported.go @e5611996-cc94-47bb-9115-c36579ed8328/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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