From 5dc6971031923e37405a55565e66338c4e915220 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 10 Mar 2012 13:48:50 +0100 Subject: [PATCH] Add Unix build tags to signal_unix.go --- signal_unix.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/signal_unix.go b/signal_unix.go index 2e6eed7..016d352 100644 --- a/signal_unix.go +++ b/signal_unix.go @@ -2,6 +2,8 @@ // The use of this source code is goverened by a BSD-style // license that can be found in the LICENSE-file. +// +build darwin freebsd linux netbsd openbsd + package main import (