initial commit

This commit is contained in:
2026-07-07 17:25:02 +01:00
commit daff6a8f09
12 changed files with 562 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module code.aneur.in/go/simql
go 1.25.6
require github.com/alecthomas/assert/v2 v2.11.0
require (
github.com/alecthomas/repr v0.4.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
)