From 7db90ef59ab8070f101914d3ca999cf50709a42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Mon, 7 Dec 2020 17:24:04 +0100 Subject: [PATCH] add support for aix/ppc64 (#25) --- speakeasy_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speakeasy_unix.go b/speakeasy_unix.go index d99fda1..bf8136b 100644 --- a/speakeasy_unix.go +++ b/speakeasy_unix.go @@ -4,7 +4,7 @@ // Original code is based on code by RogerV in the golang-nuts thread: // https://groups.google.com/group/golang-nuts/browse_thread/thread/40cc41e9d9fc9247 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package speakeasy