GoLang’s approach to error handling. 2024-06-14 #golang #GOtchas Notes on error handling in GoLang. Read more
Mocking and testing the exec.Cmd 2024-04-28 #golang #GOtchas Short explanation of a patter for testing and mocking the exec.Cmd Read more
Passing pointers as arguments in Go 2024-04-11 #golang #GOtchas Passing pointers as arguments can surprise you if you don’t what is copied. Read more