From 6ae393ebf29a650732a788fc90f3fea21410cd21 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 16 Jan 2020 06:19:21 -0800 Subject: [PATCH] Have to explicitly allow darwin/amd64 in the build tag. --- lib/ftime_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ftime_unix.go b/lib/ftime_unix.go index 2f6a3f5..c5f9a3c 100644 --- a/lib/ftime_unix.go +++ b/lib/ftime_unix.go @@ -1,4 +1,4 @@ -// +build unix linux openbsd +// +build unix linux openbsd darwin,amd64 package lib