In this Video I show you how easy you can track the execution time of your functions in go lang. You only need 6 simple lines of code for that.
You are more the reader, than the watcher? All the explanations and code snippets are just one click away: https://practicalscript.com/measure-execution-time-in-go/
00:00 - Intro 00:09 - write tracker function 00:37 - use function in code 00:56 - test 01:03 - explanation