Skip to content

Use UtimesNano instead of Utime.

Benny Siegert requested to merge bsiegert/gif2png:master into master

unix.Utime is not available on NetBSD (at least in x/sys/unix), and it is generally a deprecated interface. As a bonus, using UtimesNano keeps the timestamps at nanosecond granularity.

Merge request reports