func logout(c *gin.Context) { c.SetCookie("semaphore", "", -1, "/", "", false, true) c.AbortWithStatus(204) }