Skip to content

Commit

Permalink
chore: Add explicit AIX tag to AIX specific sources (#245)
Browse files Browse the repository at this point in the history
Add an explicit AIX build restriction to the AIX specific source
files to allow Go versions <1.12 to compile the module.
  • Loading branch information
secDre4mer committed Oct 27, 2020
1 parent a1c091b commit 7c688a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service_aix.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7c688a9

Please sign in to comment.