diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2022-08-23 22:09:14 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2022-08-23 22:09:14 +0100 |
commit | ececdecdaf6c6f6295d31a92f0663d703e7760dd (patch) | |
tree | 4b747448e546b8fdcb0c0196d981f32369c636f8 /go.mod | |
download | stred-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.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module main + +go 1.18 |