diff options
Diffstat (limited to 'spew/bypasssafe.go')
| -rw-r--r-- | spew/bypasssafe.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spew/bypasssafe.go b/spew/bypasssafe.go index 457e412..adef4c4 100644 --- a/spew/bypasssafe.go +++ b/spew/bypasssafe.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 either the code is running on Google App Engine or "-tags disableunsafe" -// is added to the go build command line. -// +build appengine disableunsafe +// 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 package spew |
