Hacker News new | ask | show | jobs
5 Gotchas of Defer in Go (Golang) – Part I (blog.learngoprogramming.com)
5 points by inancgumus 3119 days ago
1 comments

What is inside?

* Deferred nil func

* Defer inside a loop

* Defer as a wrapper

* Defer in a block

* Deferred method gotchas