index
:
translate-highlight-from-c-to-go
Translate highlighter.c from C to Go
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
path:
root
/
go.mod
diff options
Diffstat
(limited to 'go.mod')
-rw-r--r--
go.mod
3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d6e390b
--- /dev/null
+++ b/
go.mod
@@ -0,0 +1,3 @@
+module syntax
+
+go 1.18