示例#1
0
文件: main.go 项目: zeroed/candlekeep
func dbFunc(c *gin.Context) {
	w, _ := env.db.PickOne()
	c.IndentedJSON(http.StatusOK, w)
}