From 115b1cd192609624a898954b9759fcd90247badc Mon Sep 17 00:00:00 2001 From: Richard Musiol Date: Sun, 4 Mar 2018 13:42:51 +0100 Subject: [PATCH] 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 --- src/mime/type_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0