From adf92b63c94ae49d848f05bef3452776bb325e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Wegm=C3=BCller?= Date: Tue, 10 Mar 2020 17:35:00 +0100 Subject: [PATCH] Enable illumos support and other posix unixes Wrong use of build tags prevents building on platforms that are post but not explicitly listed like illumos. --- tail_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail_posix.go b/tail_posix.go index bc4dc335..1b94520e 100644 --- a/tail_posix.go +++ b/tail_posix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd +// +build !windows package tail