Documentation
¶
Overview ¶
Package experiments managed the list of experimental feature flags supported by GopherJS.
GOPHERJS_EXPERIMENT environment variable can be used to control which features are enabled.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidDest is a kind of error returned by parseFlags() when the dest // argument does not meet the requirements. ErrInvalidDest = errors.New("invalid flag struct") // ErrInvalidFormat is a kind of error returned by parseFlags() when the raw // flag string format is not valid. ErrInvalidFormat = errors.New("invalid flag string format") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.