From 4e0df35705e8a8a9e508c997f7308cbc975967b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Thu, 4 Jul 2019 15:58:10 +0200 Subject: [PATCH] Add AIX support --- const_bsds.go | 2 +- const_win_unix.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/const_bsds.go b/const_bsds.go index 5728243..18b4582 100644 --- a/const_bsds.go +++ b/const_bsds.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build darwin openbsd freebsd netbsd dragonfly +// +build aix darwin openbsd freebsd netbsd dragonfly package afero diff --git a/const_win_unix.go b/const_win_unix.go index 968fc27..2b850e4 100644 --- a/const_win_unix.go +++ b/const_win_unix.go @@ -15,6 +15,7 @@ // +build !freebsd // +build !dragonfly // +build !netbsd +// +build !aix package afero