bxcodec / go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.06k stars 1.19k forks source link

Unreachable code removed #42

Closed h4yfans closed 4 years ago

h4yfans commented 4 years ago

os.Exit(1) is unreachable. This code can never be executed because of a log.Fatal(err). It's doing the same thing with Log.Fatal(err).