Codebase list golang-github-vbatts-go-mtree / fresh-releases/upstream lchtimes_unsupported.go
fresh-releases/upstream

Tree @fresh-releases/upstream (Download .tar.gz)

lchtimes_unsupported.go @fresh-releases/upstreamraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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