See more
he Dialogflow…Magnificent Escape game for the Google Assistant. I’ve received lots of questions regarding the code and the Dialogflow agent. So, I’ve decided to open source the game.
func GetPerson(c *gin.Context) { id := c.Params.ByName(“id”) var person Person if err := db.Where(“id = ?”, id).First(&person).Error; err != nil { c.AbortWithStatus(4…