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:
2020-01-16 06:13:31 -08:00
parent 40e015373f
commit 76d88c220d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// +build freebsd darwin netbsd
// +build freebsd darwin,386 netbsd
package lib