Comment on Golang be like

<- View Parent
iammike@programming.dev ⁨1⁩ ⁨year⁩ ago

Some people simply ignore warnings, that’s the main issue. Trust me, I saw this way too often.

If you cannot compile it than you have to fix it, otherwise just mark unused variables as ‘not an error’ via _ = someunusedvar.

source
Sort:hotnewtop