summaryrefslogtreecommitdiff
path: root/spew/bypass.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/bypass.go')
-rw-r--r--spew/bypass.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/spew/bypass.go b/spew/bypass.go
index 565bf58..1de6e02 100644
--- a/spew/bypass.go
+++ b/spew/bypass.go
@@ -13,9 +13,9 @@
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
// NOTE: Due to the following build constraints, this file will only be compiled
-// when the code is not running on Google App Engine and "-tags disableunsafe"
-// is not added to the go build command line.
-// +build !appengine,!disableunsafe
+// when the code is not running on Google App Engine, compiled by GopherJS, and
+// "-tags disableunsafe" is not added to the go build command line.
+// +build !appengine,!disableunsafe,!js
package spew