diff options
Diffstat (limited to 'spew/bypasssafe.go')
| -rw-r--r-- | spew/bypasssafe.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spew/bypasssafe.go b/spew/bypasssafe.go index adef4c4..e47a4e7 100644 --- a/spew/bypasssafe.go +++ b/spew/bypasssafe.go @@ -14,8 +14,9 @@ // NOTE: Due to the following build constraints, this file will only be compiled // when the code is running on Google App Engine, compiled by GopherJS, or -// "-tags disableunsafe" is added to the go build command line. -// +build appengine disableunsafe js +// "-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 package spew |
