]> Cypherpunks repositories - gostls13.git/commitdiff
mime: add wasm architecture
authorRichard Musiol <mail@richard-musiol.de>
Sun, 4 Mar 2018 12:42:51 +0000 (13:42 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 13 Apr 2018 20:20:12 +0000 (20:20 +0000)
This commit adds the wasm architecture to the mime package.

Updates #18892

Change-Id: I0481057bd52e39d84b3d6f5140335e293eff38f3
Reviewed-on: https://go-review.googlesource.com/106998
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/mime/type_unix.go

index bb06a77c458566669e3de43761f18e3e104e30d7..6549c0f5e9aca99738c2b48448b63cf1a2150c64 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 linux nacl netbsd openbsd solaris
+// +build darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
 
 package mime