Codebase list golang-github-vbatts-go-mtree / d2997578-1c5d-4af9-b5d3-d3fbb82190d0/main lchtimes_unsupported.go
d2997578-1c5d-4af9-b5d3-d3fbb82190d0/main

Tree @d2997578-1c5d-4af9-b5d3-d3fbb82190d0/main (Download .tar.gz)

lchtimes_unsupported.go @d2997578-1c5d-4af9-b5d3-d3fbb82190d0/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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