From eb178dbd33f8351a70c1f9702a415980e0a7718f Mon Sep 17 00:00:00 2001 From: william harbert Date: Sat, 19 Jul 2025 17:56:32 -0400 Subject: [PATCH] update --- README.md | 3 +++ ui/efs.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2021491..e996b71 100644 --- a/README.md +++ b/README.md @@ -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]` diff --git a/ui/efs.go b/ui/efs.go index ca16e03..4801fe1 100644 --- a/ui/efs.go +++ b/ui/efs.go @@ -3,5 +3,5 @@ package ui //"embed" //go:embed -//"static" "html" +//"static" //var Files embed.FS