diff options
| author | Clément Chigot <clement.chigot@atos.net> | 2018-09-28 15:57:27 +0200 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-10-11 15:41:04 +0000 |
| commit | 835f983da6866deec1c6550555c96de729c8848c (patch) | |
| tree | 6d7bdf3f914e8623fb6c03a448245aa2c8ab2462 /src/os/executable_path.go | |
| parent | 69c5830c2b74b9bf0701352f2e5773227cb6f304 (diff) | |
| download | go-835f983da6866deec1c6550555c96de729c8848c.tar.xz | |
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 <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/os/executable_path.go')
| -rw-r--r-- | src/os/executable_path.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
