From: Clément Chigot Date: Fri, 28 Sep 2018 13:44:06 +0000 (+0200) Subject: mime: add AIX operating system X-Git-Tag: go1.12beta1~829 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=05581fcc5c100cc2efa58355af8665cb93fed758;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- 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