Codebase list golang-github-vbatts-go-mtree / 8feeab77-98f0-4ffb-a3fc-f435f67cd7f2/main lchtimes_unsupported.go
8feeab77-98f0-4ffb-a3fc-f435f67cd7f2/main

Tree @8feeab77-98f0-4ffb-a3fc-f435f67cd7f2/main (Download .tar.gz)

lchtimes_unsupported.go @8feeab77-98f0-4ffb-a3fc-f435f67cd7f2/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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