Add go mod, update ftime.
+ Stat_t on Darwin amd64 now uses the same struct fields for file times as Lunix, not the BSD ones. I need to follow up on this.
This commit is contained in:
parent
40e015373f
commit
76d88c220d
|
@ -1,4 +1,4 @@
|
|||
// +build freebsd darwin netbsd
|
||||
// +build freebsd darwin,386 netbsd
|
||||
|
||||
package lib
|
||||
|
||||
|
|
Loading…
Reference in New Issue