From 835f983da6866deec1c6550555c96de729c8848c Mon Sep 17 00:00:00 2001 From: Clément Chigot Date: Fri, 28 Sep 2018 15:57:27 +0200 Subject: os: add AIX operating system This commit adds AIX operating system to os package for ppc64 architecture. Updates: #25893 Change-Id: Ieb9a2b3ac5b9abd3b5ab68eb732c17b6256d624d Reviewed-on: https://go-review.googlesource.com/c/138725 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/os/executable_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/executable_path.go') diff --git a/src/os/executable_path.go b/src/os/executable_path.go index 057e6a72f4..7b8b83652c 100644 --- a/src/os/executable_path.go +++ b/src/os/executable_path.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build openbsd +// +build aix openbsd package os -- cgit v1.3-5-g9baa