update readme
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Go Application Template
|
# Go Application Template
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
```
|
||||||
my-app/
|
my-app/
|
||||||
├── cmd/
|
├── cmd/
|
||||||
│ └── app1/ # Individual target binary. Duplicate as needed
|
│ └── app1/ # Individual target binary. Duplicate as needed
|
||||||
@@ -10,6 +11,7 @@ my-app/
|
|||||||
└── pkg1/ # Internal use package. Duplicate as needed
|
└── pkg1/ # Internal use package. Duplicate as needed
|
||||||
├── pgk1.go
|
├── pgk1.go
|
||||||
└── pgk1_test.go
|
└── pgk1_test.go
|
||||||
|
```
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
- `git clone git.develent.net/wiharb/go-template-app.git [project-name]`
|
- `git clone git.develent.net/wiharb/go-template-app.git [project-name]`
|
||||||
|
|||||||
Reference in New Issue
Block a user