update
This commit is contained in:
@@ -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]`
|
||||||
|
|||||||
Reference in New Issue
Block a user