Skip to main content

go

2022

Adapting the python context manager pattern for Go
·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.