add unhandled panic
This commit is contained in:
@@ -58,7 +58,7 @@ func (hc *handlersContext) createACage(c *gin.Context) {
|
||||
}
|
||||
|
||||
func (hc *handlersContext) updateACage(c *gin.Context) {
|
||||
|
||||
panic("TO DO")
|
||||
}
|
||||
|
||||
func (hc *handlersContext) deleteACage(c *gin.Context) {
|
||||
|
||||
@@ -58,7 +58,7 @@ func (hc *handlersContext) createAGame(c *gin.Context) {
|
||||
}
|
||||
|
||||
func (hc *handlersContext) updateAGame(c *gin.Context) {
|
||||
|
||||
panic("TO DO")
|
||||
}
|
||||
|
||||
func (hc *handlersContext) deleteAGame(c *gin.Context) {
|
||||
|
||||
@@ -58,7 +58,7 @@ func (hc *handlersContext) createAHamster(c *gin.Context) {
|
||||
}
|
||||
|
||||
func (hc *handlersContext) updateAHamster(c *gin.Context) {
|
||||
|
||||
panic("TO DO")
|
||||
}
|
||||
|
||||
func (hc *handlersContext) deleteAHamster(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user