diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..0cb3e05 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module code.jmug.me/jmug/interpreter-in-go + +go 1.23.3