update readme

This commit is contained in:
2025-07-23 16:57:54 -04:00
parent 6641d7bd43
commit 6669e55abb

View File

@@ -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]`