Importantly, there are a number of almost certain bugs the Go compiler is happy to let through without even a warning.
Like not rebinding the result of append(), or not checking the error returned by a function.
Importantly, there are a number of almost certain bugs the Go compiler is happy to let through without even a warning.
Like not rebinding the result of append(), or not checking the error returned by a function.