add unhandled panic

This commit is contained in:
Jeffrey Duroyon
2020-05-17 01:27:08 +02:00
parent 992854a901
commit 38950ebafd
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func (hc *handlersContext) createACage(c *gin.Context) {
} }
func (hc *handlersContext) updateACage(c *gin.Context) { func (hc *handlersContext) updateACage(c *gin.Context) {
panic("TO DO")
} }
func (hc *handlersContext) deleteACage(c *gin.Context) { func (hc *handlersContext) deleteACage(c *gin.Context) {

View File

@@ -58,7 +58,7 @@ func (hc *handlersContext) createAGame(c *gin.Context) {
} }
func (hc *handlersContext) updateAGame(c *gin.Context) { func (hc *handlersContext) updateAGame(c *gin.Context) {
panic("TO DO")
} }
func (hc *handlersContext) deleteAGame(c *gin.Context) { func (hc *handlersContext) deleteAGame(c *gin.Context) {

View File

@@ -58,7 +58,7 @@ func (hc *handlersContext) createAHamster(c *gin.Context) {
} }
func (hc *handlersContext) updateAHamster(c *gin.Context) { func (hc *handlersContext) updateAHamster(c *gin.Context) {
panic("TO DO")
} }
func (hc *handlersContext) deleteAHamster(c *gin.Context) { func (hc *handlersContext) deleteAHamster(c *gin.Context) {