Documentation ¶
Overview ¶
Package underscore contains the source for the JavaScript utility-belt library.
import ( _ "github.com/robertkrimen/otto/underscore" ) // Every Otto runtime will now include underscore
https://github.com/documentcloud/underscore
By importing this package, you'll automatically load underscore every time you create a new Otto runtime.
To prevent this behavior, you can do the following:
import ( "github.com/robertkrimen/otto/underscore" ) func init() { underscore.Disable() }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.