Codebase list golang-github-vbatts-go-mtree / 39dce7f4-4f64-46ae-91cf-5d7c2c236257/main lchtimes_unsupported.go
39dce7f4-4f64-46ae-91cf-5d7c2c236257/main

Tree @39dce7f4-4f64-46ae-91cf-5d7c2c236257/main (Download .tar.gz)

lchtimes_unsupported.go @39dce7f4-4f64-46ae-91cf-5d7c2c236257/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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