Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omgzui/gin-demo
使用gin重写PJ Blog 接口示例
https://github.com/omgzui/gin-demo
cors demo gin go mysql orm
Last synced: about 2 hours ago
JSON representation
使用gin重写PJ Blog 接口示例
- Host: GitHub
- URL: https://github.com/omgzui/gin-demo
- Owner: OMGZui
- License: mit
- Created: 2018-10-24T03:42:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T06:19:49.000Z (about 6 years ago)
- Last Synced: 2024-11-15T22:28:26.381Z (2 days ago)
- Topics: cors, demo, gin, go, mysql, orm
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gin-demo
使用gin重写PJ Blog 接口示例
## 使用
```bash
go get -u github.com/OMGZui/gin-demo
cd $GOPATH/src/github.com/omgzui/gin-demo
govendor sync
go run main.go
```