Johan Sageryd
Johan Sageryd
This printing to stdout interferes with the output of "limes env", so that when passing it to eval the shell chokes on "client got region: [...]" not being a valid...
Instead of this: ```go if err := bar(); err != nil { log.Fatal(err) } ``` I recently did this, using a previously declared `err` by mistake: ```go if bar(); err...
``` staticcheck 2023.1.3 (v0.4.3) go version go1.20.7 darwin/arm64 ``` I have code similar to the below simplified example, to compare two objects in a certain way. It returns early on...