Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyouthzzz/go-web-layout
https://github.com/lyouthzzz/go-web-layout
go grpc http layout web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lyouthzzz/go-web-layout
- Owner: lyouthzzz
- Created: 2021-03-08T08:01:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T16:44:39.000Z (10 months ago)
- Last Synced: 2024-09-30T15:41:52.567Z (about 2 months ago)
- Topics: go, grpc, http, layout, web
- Language: Go
- Homepage:
- Size: 310 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
工程目录example
## 开发环境
- go version: go1.20
- IDE: goland## 镜像构建
```bash
docker build --target api -f Dockerfile -t go-web-layout .
```