func golang.org/x/sys/unix.Utimes
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L196: func Utimes(path string, tv []Timeval) error {
syscall_linux.go#L246: return Utimes("/proc/self/fd/"+strconv.Itoa(fd), tv)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)