github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/gopherjspkg/doc.go (about) 1 // Package gopherjspkg provides core GopherJS packages via a virtual filesystem. 2 // 3 // Core GopherJS packages are packages that are critical for GopherJS compiler 4 // operation. They are needed to build the Go standard library with GopherJS. 5 // Currently, they include: 6 // 7 // github.com/gopherjs/gopherjs/js 8 // github.com/gopherjs/gopherjs/nosync 9 // 10 package gopherjspkg 11 12 //go:generate vfsgendev -source="github.com/goplusjs/gopherjs/compiler/gopherjspkg".FS -tag=gopherjsdev