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

View File

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