This commit is contained in:
2025-07-19 17:56:32 -04:00
parent 18df90b20d
commit eb178dbd33
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Go WebApp Template
## Structure
```
my-app/
├── cmd/
│ └── web/ # Individual target binary. Duplicate as needed
@@ -26,6 +27,8 @@ my-app/
│ ├── img
│ └── js
└── efs.go
```
## Use
- `git clone git.develent.net/wiharb/go-webapp-app.git [project-name]`

View File

@@ -3,5 +3,5 @@ package ui
//"embed"
//go:embed
//"static" "html"
//"static"
//var Files embed.FS