Fetch the repository succeeded.
This action will force synchronization from 新亮笔记/go-gin-api, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
基于 Gin 进行模块化设计的 API 框架,封装了常用的功能,使用简单,致力于进行快速的业务研发。
持续更新...
git clone https://github.com/xinliangnote/go-gin-api.git
export GO111MODULE=on
export GOPROXY=https://goproxy.io
cd go-gin-api
go run main.go
输出如下,表示 Http Server 启动成功。
|-----------------------------------|
| go-gin-api |
|-----------------------------------|
| Go Http Server Start Successful |
| Port:9999 Pid:xxxxx |
|-----------------------------------|
curl -X POST http://127.0.0.1:9999/product
Sign in for post a comment
Comment ( 0 )