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