From d20f005e9548aadb5ae1db6e9ffa27e2e9a008a4 Mon Sep 17 00:00:00 2001 From: Konstantinos Koukopoulos Date: Wed, 8 Oct 2014 12:37:29 +0300 Subject: [PATCH] support freebsd, like darwin --- tail_posix.go | 2 +- watch/polling_posix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tail_posix.go b/tail_posix.go index 86998b6..3987b7e 100644 --- a/tail_posix.go +++ b/tail_posix.go @@ -1,4 +1,4 @@ -// +build linux darwin +// +build linux darwin freebsd package tail diff --git a/watch/polling_posix.go b/watch/polling_posix.go index 6eda4da..1a75546 100644 --- a/watch/polling_posix.go +++ b/watch/polling_posix.go @@ -1,5 +1,5 @@ // Copyright (c) 2013 ActiveState Software Inc. All rights reserved. -// +build linux darwin +// +build linux darwin freebsd package watch