Add import line

This commit is contained in:
Robert Krimen
2012-10-10 17:38:56 -07:00
parent 2161cc2cf5
commit 2f89d77d37
4 changed files with 6 additions and 0 deletions

1
.import Normal file
View File

@@ -0,0 +1 @@
github.com/robertkrimen/otto

View File

@@ -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
View File

@@ -0,0 +1 @@
github.com/robertkrimen/otto/underscore

View File

@@ -1,5 +1,7 @@
# underscore
--
import "github.com/robertkrimen/otto/underscore"
Package underscore contains the source for the JavaScript utility-belt library.
import (