Update comments to reflect GopherJS build constraints

This commit is contained in:
Jonathan Hall 2016-09-07 13:08:27 +02:00
parent 100382ed2b
commit 15a09eccec
3 changed files with 6 additions and 6 deletions

View File

@ -13,8 +13,8 @@
// 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.
// 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

View File

@ -13,8 +13,8 @@
// 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.
// 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

View File

@ -13,8 +13,8 @@
// 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.
// 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
/*