diff options
Diffstat (limited to 'spew/bypass.go')
| -rw-r--r-- | spew/bypass.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spew/bypass.go b/spew/bypass.go index 1de6e02..d42a0bc 100644 --- a/spew/bypass.go +++ b/spew/bypass.go @@ -14,8 +14,9 @@ // NOTE: Due to the following build constraints, this file will only be compiled // 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 +// "-tags safe" is not added to the go build command line. The "disableunsafe" +// tag is deprecated and thus should not be used. +// +build !js,!appengine,!safe,!disableunsafe package spew |
