Codebase list golang-github-vbatts-go-mtree / f0f40fd lchtimes_unsupported.go
f0f40fd

Tree @f0f40fd (Download .tar.gz)

lchtimes_unsupported.go @f0f40fdraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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