initial commit

This commit is contained in:
2026-08-31 22:25:00 +01:00
commit d13ee5cf13
7 changed files with 216 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package sqan
type Result struct {
Files map[string]*File
}