refactor: error handling recover

This commit is contained in:
Inanc Gumus
2019-07-21 05:14:07 +03:00
parent 27ac8cd1e9
commit 062d72f243
3 changed files with 86 additions and 11 deletions

View File

@@ -12,6 +12,10 @@ import (
"os"
"github.com/inancgumus/learngo/internal/magic"
//
// Use the following one for the panicking library:
// magic "github.com/inancgumus/learngo/internal/magicpanic"
//
)
func main() {