From 63daa0f2df6a4316a5df8bc42ef69698c6ab2d27 Mon Sep 17 00:00:00 2001 From: Pierre-Alain TORET Date: Wed, 22 Jan 2020 22:17:51 +0100 Subject: [PATCH] Add DragonFlyBSD support --- tail_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail_posix.go b/tail_posix.go index bc4dc335..8741c940 100644 --- a/tail_posix.go +++ b/tail_posix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd +// +build linux darwin freebsd netbsd openbsd dragonfly package tail