logie17 / Project-V

The future of telepresence
0 stars 1 forks source link

recovering from errors #24

Open kmulvey opened 9 years ago

kmulvey commented 9 years ago

so there are a bunch of these hangin around: 104 if err != nil { 105 panic(err) 106 }

would be nice to show the user something meaningful in context as to what went wrong, last resort should be a peanuts page

is this good enough? probably not router.Use(gin.Recovery())