about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/pkg/token/token.go
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-10 19:21:39 -0700
committerFranck Cuny <franck@fcuny.net>2021-05-10 19:21:39 -0700
commit8437218bdaed90cab7374a752f8aaf128225aa1a (patch)
tree41d1f2bc8a0877df9e7fd16e12845b77417c5a6a /users/fcuny/exp/monkey/pkg/token/token.go
parentgit: ignore binary for the REPL (diff)
downloadworld-8437218bdaed90cab7374a752f8aaf128225aa1a.tar.gz
lint: fix a few issues
Diffstat (limited to 'users/fcuny/exp/monkey/pkg/token/token.go')
-rw-r--r--users/fcuny/exp/monkey/pkg/token/token.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/exp/monkey/pkg/token/token.go b/users/fcuny/exp/monkey/pkg/token/token.go
index b2342e7..5eadc5e 100644
--- a/users/fcuny/exp/monkey/pkg/token/token.go
+++ b/users/fcuny/exp/monkey/pkg/token/token.go
@@ -1,3 +1,4 @@
+// Package token provides a tokenizer for the monkey language.
 package token
 
 // TokenType represents the type of the token