DEV Community

Discussion on: Golang: Defer

Collapse
 
mr_destructive profile image
Meet Rajesh Gor

Ya, still I didn't cover practical use cases like:

  • Closing Http Request Body
  • File handling
  • Error Handling

The defer keyword shines really well with cleaning things up kind of a function.

Collapse
 
sm0ke profile image
Sm0ke

nice