package main func testService(c *gin.Context) { log.Debug("Test was successful.") c.JSON(http.StatusOK, gin.H{ "message": "Hello World!" }) }