mycroftholmess@lemm.ee to Programmer Humor@programming.dev • 1 year agoGolang be likeimagemessage-square45 fedilinkarrow-up1606
arrow-up1606imageGolang be likemycroftholmess@lemm.ee to Programmer Humor@programming.dev • 1 year agomessage-square45 Commentsfedilink
minus-squareiammike@programming.devhexbear3·1 year agoSome 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. linkfedilink
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
.