Codebase list golang-github-vbatts-go-mtree / lintian-fixes/main lchtimes_unsupported.go
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

lchtimes_unsupported.go @lintian-fixes/mainraw · history · blame

// +build windows

package mtree

import (
	"time"
)

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