Codebase list golang-github-vbatts-go-mtree / run/3bbfb842-ba90-4202-990a-06bf66fb8b7f/upstream lchtimes_unsupported.go
run/3bbfb842-ba90-4202-990a-06bf66fb8b7f/upstream

Tree @run/3bbfb842-ba90-4202-990a-06bf66fb8b7f/upstream (Download .tar.gz)

lchtimes_unsupported.go @run/3bbfb842-ba90-4202-990a-06bf66fb8b7f/upstream

d1a96ae
1cf0881
 
 
 
 
 
 
 
 
 
 
//go:build windows
// +build windows

package mtree

import (
	"time"
)

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