betapictoris / wiki

📗 Read Wikipedia articles through the CLI
MIT License
127 stars 5 forks source link

(CRT-D0011) Call to `os.Exit` or `log.Fatal` and friends made in function using `defer` #22

Closed betapictoris closed 2 years ago

betapictoris commented 2 years ago

Description

Calls to os.Exit or log.Fatal and friends made in function with defer statements do not execute those statements if control reaches the os.Exit or log.Fatal and friends.

See all occurrences on DeepSource → deepsource.io/gh/BetaPictoris/wiki/issue/CRT-D0011/occurrences/