File: lchtimes_unsupported.go

package info (click to toggle)
golang-github-vbatts-go-mtree 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, sid, trixie
  • size: 776 kB
  • sloc: sh: 150; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// +build windows

package mtree

import (
	"time"
)

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