From 7e5bf9270d7061560865b8847c378236480f47e3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 10 Apr 2019 08:34:13 +0200 Subject: [PATCH] cmd/getgo: fix build on aix Change-Id: Ic4a2f8f32258b14354658af5a09c736404d38808 Reviewed-on: https://go-review.googlesource.com/c/tools/+/170961 Run-TryBot: Tobias Klauser Reviewed-by: Ian Lance Taylor --- cmd/getgo/system_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/getgo/system_unix.go b/cmd/getgo/system_unix.go index d2405c5c..adc3e55c 100644 --- a/cmd/getgo/system_unix.go +++ b/cmd/getgo/system_unix.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 darwin dragonfly freebsd linux nacl netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris package main