Codebase list golang-github-vbatts-go-mtree / debian/0.4.2-1 lchtimes_unsupported.go
debian/0.4.2-1

Tree @debian/0.4.2-1 (Download .tar.gz)

lchtimes_unsupported.go @debian/0.4.2-1raw · history · blame

// +build windows

package mtree

import (
	"time"
)

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