Closed
Description
Like App Engine, gopherjs does not support package unsafe
.
The work-around on App Engine is to provide a slower, reflection-based version of the protobuf codec that is only built when the appengine
build tag is specified.
I propose adding the js
build tag (specified when building Go code with gopherjs
) to the pointer_reflect.go
and pointer_unsafe.go
files alongside the appengine
tag.
Any objections?
Metadata
Metadata
Assignees
Labels
No labels