aboutsummaryrefslogtreecommitdiff
path: root/src/mime
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-09-28 15:44:06 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2018-10-10 15:19:38 +0000
commit05581fcc5c100cc2efa58355af8665cb93fed758 (patch)
tree4a7427b72d6cea702d851a46531d5edaebfa5425 /src/mime
parent29907b13db0455eded50263b4e37445045c82e6e (diff)
downloadgo-05581fcc5c100cc2efa58355af8665cb93fed758.tar.gz
go-05581fcc5c100cc2efa58355af8665cb93fed758.zip
mime: add AIX operating system
This commit adds AIX operating system to mime package for ppc64 architecture. Updates: #25893 Change-Id: I1b81a9204446c8c76ae24ea5c6fd33077c373ae4 Reviewed-on: https://go-review.googlesource.com/c/138723 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/mime')
-rw-r--r--src/mime/type_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mime/type_unix.go b/src/mime/type_unix.go
index 6549c0f5e9..dfc1f88b2a 100644
--- a/src/mime/type_unix.go
+++ b/src/mime/type_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 js,wasm linux nacl netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
package mime