init go project

This commit is contained in:
juancwu 2025-10-10 08:14:33 -04:00
commit 5dde43e409
85 changed files with 16720 additions and 0 deletions

7
.templui.json Normal file
View file

@ -0,0 +1,7 @@
{
"componentsDir": "internal/ui/components",
"utilsDir": "internal/utils",
"moduleName": "git.juancwu.dev/juancwu/budgething",
"jsDir": "assets/js",
"jsPublicPath": "/assets/js"
}