summaryrefslogtreecommitdiff
path: root/spew/bypasssafe.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/bypasssafe.go')
-rw-r--r--spew/bypasssafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/bypasssafe.go b/spew/bypasssafe.go
index 1fe3cf3..205c28d 100644
--- a/spew/bypasssafe.go
+++ b/spew/bypasssafe.go
@@ -16,7 +16,7 @@
// when the code is running on Google App Engine, compiled by GopherJS, or
// "-tags safe" is added to the go build command line. The "disableunsafe"
// tag is deprecated and thus should not be used.
-// +build js appengine safe disableunsafe
+// +build js appengine safe disableunsafe !go1.4
package spew