Comment 5 for bug 1176275

Revision history for this message
Brian Reiter (breiter) wrote :

This patch should allow it to work on both Linux and Darwin/OS X:

265,266c265
< atim := sysStat(info).Atim
< access := time.Unix(int64(atim.Sec), int64(atim.Nsec))
---
> access := info.ModTime()