aboutsummaryrefslogtreecommitdiff
path: root/repl/repl.go
diff options
context:
space:
mode:
Diffstat (limited to 'repl/repl.go')
-rw-r--r--repl/repl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl/repl.go b/repl/repl.go
index 06d4591..2448192 100644
--- a/repl/repl.go
+++ b/repl/repl.go
@@ -10,7 +10,7 @@
// expression. If the input still cannot be parsed as an expression,
// the REPL parses and executes it as a file (a list of statements),
// for side effects.
-package repl
+package repl // import "go.starlark.net/repl"
// TODO(adonovan):
//