3 Star 12 Fork 0

Rick/wechat-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
health.go 124 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2018-11-24 21:35 +08:00 . Add docker build
package main
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("ok"))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linuxsuren/wechat-backend.git
[email protected]:linuxsuren/wechat-backend.git
linuxsuren
wechat-backend
wechat-backend
master

搜索帮助