aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2020-02-21 17:46:10 +0100
committerDimitri Sokolyuk <demon@dim13.org>2020-02-21 17:46:10 +0100
commit4e76dadb7bf520b4fd96178c5ddf2e4b646b33ad (patch)
treec6d72e37365ad3938c19586bcc40cacbc837b7b7 /repl
parent553ced685f4be9d4689b434cbb31d312a9d48438 (diff)
remove package guards
Diffstat (limited to 'repl')
-rw-r--r--repl/repl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl/repl.go b/repl/repl.go
index 8b7abb4..5537174 100644
--- a/repl/repl.go
+++ b/repl/repl.go
@@ -1,4 +1,4 @@
-package repl // import "monkey/repl"
+package repl
import (
"bufio"