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

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/kisom/goutils
go 1.13

View File

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