Luke JenningsWriting an interactive CLI menu in GolangCreating a lightweight interactive CLI menu for GolangFeb 12, 202259Feb 12, 202259
InITNEXTbyMichael Ernstgolang 1.18+ generics: The Good, The Bad, The Ugly.Generics are here to stay, but when should you AVOID using them?Dec 22, 20211754Dec 22, 20211754
InA Journey With GobyVincentGo: Goroutine Leak DetectorA goroutine leak can easily be detected via an APM that monitors the number of live goroutines. Here is an example from NewRelic of a…Sep 23, 2020396Sep 23, 2020396
InA Journey With GobyVincentGo: How Does a Program Recover?Panics in Go are triggered when the program cannot handle an error properly, such as invalid memory access. It can also be triggered by…Oct 2, 20202975Oct 2, 20202975