<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2022-08-23 22:09:14 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2022-08-23 22:09:14 +0100
commitececdecdaf6c6f6295d31a92f0663d703e7760dd (patch)
tree4b747448e546b8fdcb0c0196d981f32369c636f8 /go.mod
downloadstred-go-ececdecdaf6c6f6295d31a92f0663d703e7760dd.tar
Initial commit
No parsing yet, but the execution is not bad Commands: - Print value - Toggle terminal (switch between array and map) - Filter command Filters: - Path filter Path filters are compiled from a regex like AST
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..6967dfd
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module main
+
+go 1.18