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.
This commit is contained in:
secDre4mer
2020-10-27 17:28:19 +01:00
committed by GitHub
parent a1c091bc7f
commit 7c688a995c
+2
View File
@@ -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.