Codebase list golang-github-vbatts-go-mtree / f9099033-4b3d-477d-966e-dfbc1bbcc342/main lchtimes_unsupported.go
f9099033-4b3d-477d-966e-dfbc1bbcc342/main

Tree @f9099033-4b3d-477d-966e-dfbc1bbcc342/main (Download .tar.gz)

lchtimes_unsupported.go @f9099033-4b3d-477d-966e-dfbc1bbcc342/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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