scaffold: add project structure, schema, and gitignore

This commit is contained in:
Joseph Doherty
2026-02-26 06:05:17 -05:00
parent 1909aa9fae
commit fa001a2d48
5 changed files with 157 additions and 0 deletions

3
tools/go-analyzer/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/natsnet/go-analyzer
go 1.25.5