↓
Skip to main content
Lucas Melin
Blog
Projects
About
Blog
Projects
About
go
2022
Adapting the python context manager pattern for Go
2 July 2022
·
465 words
·
3 mins
go
python
I’ve recently started writing more Go, and one pattern I miss from Python is context managers, which are especially useful when doing IO.