Documentation ¶
Overview ¶
Package gopherjspkg provides core GopherJS packages via a virtual filesystem.
Core GopherJS packages are packages that are critical for GopherJS compiler operation. They are needed to build the Go standard library with GopherJS. Currently, they include:
github.com/gopherjs/gopherjs/js github.com/gopherjs/gopherjs/nosync
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS http.FileSystem
FS is a virtual filesystem that contains core GopherJS packages.
Functions ¶
func RegisterFS ¶
func RegisterFS(fs http.FileSystem)
RegisterFS allows setting the embedded fs from another package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.