Codebase list golang-github-vbatts-go-mtree / 580124fe-edbd-470c-b49b-b582d0a48943/main lchtimes_unsupported.go
580124fe-edbd-470c-b49b-b582d0a48943/main

Tree @580124fe-edbd-470c-b49b-b582d0a48943/main (Download .tar.gz)

lchtimes_unsupported.go @580124fe-edbd-470c-b49b-b582d0a48943/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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