aboutsummaryrefslogtreecommitdiff
path: root/internal/compile/compile.go
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2018-10-31 17:53:09 -0400
committerAlan Donovan <adonovan@google.com>2018-10-31 17:54:40 -0400
commit6beab7ec164c8629c37f53b70d7b79dcbb9d44ef (patch)
treea7aa88929348fa8ef5f93480899c91f65da25ec7 /internal/compile/compile.go
parent6dc378fc8536805efa04a31eec754aca28bce1e9 (diff)
downloadstarlark-go-6beab7ec164c8629c37f53b70d7b79dcbb9d44ef.tar.gz
rename packages under go.starlark.net
Diffstat (limited to 'internal/compile/compile.go')
-rw-r--r--internal/compile/compile.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/compile/compile.go b/internal/compile/compile.go
index 32c2307..697fe58 100644
--- a/internal/compile/compile.go
+++ b/internal/compile/compile.go
@@ -30,8 +30,8 @@ import (
"path/filepath"
"strconv"
- "github.com/google/starlark/resolve"
- "github.com/google/starlark/syntax"
+ "go.starlark.net/resolve"
+ "go.starlark.net/syntax"
)
const debug = false // TODO(adonovan): use a bitmap of options; and regexp to match files