From de15be56e0abb605947c759abc044c01eba51e81 Mon Sep 17 00:00:00 2001 From: Jaime Fournier Date: Wed, 28 Oct 2015 18:28:02 -0700 Subject: [PATCH] add netbsd --- tail_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail_posix.go b/tail_posix.go index 3987b7e..56e31d9 100644 --- a/tail_posix.go +++ b/tail_posix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd package tail