From 534a31e704b7e14be9395c938cf9696031bb93a1 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Sun, 13 Jul 2014 06:47:54 +0900 Subject: [PATCH] avoid building tty_posix.go on freebsd --- tty_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty_posix.go b/tty_posix.go index a4a7bde..f0972dc 100644 --- a/tty_posix.go +++ b/tty_posix.go @@ -1,4 +1,4 @@ -// +build !darwin,!windows +// +build !darwin,!windows,!freebsd package peco