aboutsummaryrefslogtreecommitdiff
path: root/token/token.go
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 /token/token.go
parent553ced685f4be9d4689b434cbb31d312a9d48438 (diff)
remove package guards
Diffstat (limited to 'token/token.go')
-rw-r--r--token/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/token/token.go b/token/token.go
index e04f299..ab33563 100644
--- a/token/token.go
+++ b/token/token.go
@@ -1,4 +1,4 @@
-package token // import "monkey/token"
+package token
//go:generate stringer -type=TokenType