1
0
Fork 0
forked from External/grumble

Add Unix build tags to signal_unix.go

This commit is contained in:
Mikkel Krautz 2012-03-10 13:48:50 +01:00
parent 5e38d0439a
commit 5dc6971031

View file

@ -2,6 +2,8 @@
// The use of this source code is goverened by a BSD-style // The use of this source code is goverened by a BSD-style
// license that can be found in the LICENSE-file. // license that can be found in the LICENSE-file.
// +build darwin freebsd linux netbsd openbsd
package main package main
import ( import (