The end of function execution in Go code

Submitted by Frederic Marand on

Code finishing execution on a multiscreen, by FGM and Dall-e 2Every Go function needs to end at some point, even main and test functions. But the way the end impacts how we can work after they finish. This presentation created for DevoxxFR 2023 describes the available mechanisms.