aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-09-28 15:50:01 +0200
committerIan Lance Taylor <iant@golang.org>2018-10-10 17:20:53 +0000
commit9ff11b026089791c4d2bc14c17647f3cb4f4aa22 (patch)
treebb30ef2488c0e1ae45c5010e64a274dccbd36f55 /src/net/dnsclient_unix_test.go
parentceb0c371d9a535826497289ac7d0b206a59526e6 (diff)
downloadgo-9ff11b026089791c4d2bc14c17647f3cb4f4aa22.tar.gz
go-9ff11b026089791c4d2bc14c17647f3cb4f4aa22.zip
net: add AIX operating system
This commit adds AIX operating system to net package for ppc64 architecture. Updates: #25893 Change-Id: I46bbc7b03931019beb969443cb3f9a756956c66c Reviewed-on: https://go-review.googlesource.com/c/138724 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/net/dnsclient_unix_test.go')
-rw-r--r--src/net/dnsclient_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/dnsclient_unix_test.go b/src/net/dnsclient_unix_test.go
index 9482fc466f..7dccb6b8ec 100644
--- a/src/net/dnsclient_unix_test.go
+++ b/src/net/dnsclient_unix_test.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 netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package net