From 7c688a995c3e5a125be0b72e1f31eb742b8c09b7 Mon Sep 17 00:00:00 2001 From: secDre4mer <61268450+secDre4mer@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:28:19 +0100 Subject: [PATCH] chore: Add explicit AIX tag to AIX specific sources (#245) Add an explicit AIX build restriction to the AIX specific source files to allow Go versions <1.12 to compile the module. --- service_aix.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service_aix.go b/service_aix.go index af7e20c..515e3df 100644 --- a/service_aix.go +++ b/service_aix.go @@ -1,3 +1,5 @@ +//+build aix + // Copyright 2015 Daniel Theophanes. // Use of this source code is governed by a zlib-style // license that can be found in the LICENSE file.