mirror of
https://github.com/robertkrimen/otto.git
synced 2025-12-24 12:58:05 +08:00
Add import line
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# otto
|
||||
--
|
||||
import "github.com/robertkrimen/otto"
|
||||
|
||||
Package otto is a JavaScript parser and interpreter written natively in Go.
|
||||
|
||||
// Create a new runtime
|
||||
|
||||
1
underscore/.import
Normal file
1
underscore/.import
Normal file
@@ -0,0 +1 @@
|
||||
github.com/robertkrimen/otto/underscore
|
||||
@@ -1,5 +1,7 @@
|
||||
# underscore
|
||||
--
|
||||
import "github.com/robertkrimen/otto/underscore"
|
||||
|
||||
Package underscore contains the source for the JavaScript utility-belt library.
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user