Exemplo n.º 1
0
func dbFunc(c *gin.Context) {
	w, _ := env.db.PickOne()
	c.IndentedJSON(http.StatusOK, w)
}