From 6669e55abb422e4ca422290e449c855d62cdc9c7 Mon Sep 17 00:00:00 2001 From: wiharb Date: Wed, 23 Jul 2025 16:57:54 -0400 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9d372e..3f9de9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Go Application Template ## Structure +``` my-app/ ├── cmd/ │ └── app1/ # Individual target binary. Duplicate as needed @@ -10,6 +11,7 @@ my-app/ └── pkg1/ # Internal use package. Duplicate as needed ├── pgk1.go └── pgk1_test.go +``` ## Use - `git clone git.develent.net/wiharb/go-template-app.git [project-name]`