From: Richard Musiol Date: Sun, 4 Mar 2018 12:42:51 +0000 (+0100) Subject: mime: add wasm architecture X-Git-Tag: go1.11beta1~835 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=115b1cd192609624a898954b9759fcd90247badc;p=gostls13.git 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 --- 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