Omar

Results 1 comments of Omar

This can be achieved using Go's `defer`. When you exit the program Go makes sure to call any functions pushed on to the stack via defer and so you can...