]> Cypherpunks.ru repositories - gostls13.git/commitdiff
mime: add AIX operating system
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 13:44:06 +0000 (15:44 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 10 Oct 2018 15:19:38 +0000 (15:19 +0000)
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>
src/mime/type_unix.go

index 6549c0f5e9aca99738c2b48448b63cf1a2150c64..dfc1f88b2ae6dc0edbf4025ada86b7a73ebef275 100644 (file)
@@ -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