1 Star 0 Fork 0

aiyi_company / gin_Power_AdminApi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.go 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
aiyiinfo 提交于 2020-03-26 22:32 . firs step
package main
import "github.com/gin-gonic/gin"
func main() {
r := gin.Default()
r.GET("/ping", func(c *gin.Context) {
c.JSON(200, gin.H{
"message": "pong",
})
})
r.Run() // listen and serve on 0.0.0.0:8080
}
Go
1
https://gitee.com/power_inspection/gin_Power_AdminApi.git
git@gitee.com:power_inspection/gin_Power_AdminApi.git
power_inspection
gin_Power_AdminApi
gin_Power_AdminApi
master

搜索帮助