Skip to content

Commit 9f4b669

Browse files
committed
Fix build tags of internal/time.go to properly exempt only (Windows *and* amd64 builds).
1 parent 7fcf60b commit 9f4b669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/time.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows !amd64
1+
// +build !windows,!amd64
22

33
package internal
44

0 commit comments

Comments
 (0)