summaryrefslogtreecommitdiff
path: root/interpreter/interpreter.go
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-11-28 16:34:28 +0100
committerMarc Vertes <mvertes@free.fr>2025-11-28 16:34:28 +0100
commitfbc73922e9853d7e344e388f3fdfedb8fa323682 (patch)
tree17cab9c49babad09906a34f3c16ebb0558c4e948 /interpreter/interpreter.go
parent22b020225ae77ca1cf9f9984817df9b7fd1aaa12 (diff)
doc: improve comments, pass lint
Also improve the setup of golangci-lint.
Diffstat (limited to 'interpreter/interpreter.go')
-rw-r--r--interpreter/interpreter.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/interpreter/interpreter.go b/interpreter/interpreter.go
index 62b593b..032a66f 100644
--- a/interpreter/interpreter.go
+++ b/interpreter/interpreter.go
@@ -1,3 +1,4 @@
+// Package interpreter implements an interpreter.
package interpreter
import (