From c05830b4839c0d64da2d2a2c63cd656da1fc0e32 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Sat, 31 Oct 2015 11:02:26 +0100 Subject: [PATCH] Build tail_posix on openbsd as well. --- tail_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail_posix.go b/tail_posix.go index 3987b7e..0504bd2 100644 --- a/tail_posix.go +++ b/tail_posix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd openbsd package tail