initial commit

This commit is contained in:
Zoe
2025-01-07 12:15:09 +00:00
commit 3d6c4c72a7
9 changed files with 281 additions and 0 deletions

13
zqdgr.config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Go Project",
"version": "0.0.1",
"description": "Example description",
"author": "you",
"license": "BSL-1.0",
"scripts": {
"build": "go build",
"dev": "go run main.go"
},
"pattern": "**/*.go",
"excluded_dirs": []
}