aboutsummaryrefslogtreecommitdiff
path: root/src/mime
diff options
context:
space:
mode:
authorRichard Musiol <mail@richard-musiol.de>2018-03-04 13:42:51 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2018-04-13 20:20:12 +0000
commit115b1cd192609624a898954b9759fcd90247badc (patch)
tree0ff31fa6e225e5cea3e0edb47c31f71fea20f31c /src/mime
parente511f153752ab1f17b2862aa47bb149c0ed79990 (diff)
downloadgo-115b1cd192609624a898954b9759fcd90247badc.tar.gz
go-115b1cd192609624a898954b9759fcd90247badc.zip
mime: add wasm architecture
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>
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 bb06a77c45..6549c0f5e9 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 linux nacl netbsd openbsd solaris
+// +build darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
package mime