@[email protected] to Programmer [email protected] • edit-29 months ago???lemm.eeimagemessage-square67fedilinkarrow-up1546arrow-down118
arrow-up1528arrow-down1image???lemm.ee@[email protected] to Programmer [email protected] • edit-29 months agomessage-square67fedilink
minus-square@[email protected]linkfedilinkEnglish15•1 year agoMaking a variable just to hold a debug value to look at with a breakpoint, but Go says no.
minus-square@dejected_warp_corelink2•edit-21 year agoPrint-style debugging/logging has entered the chat.
Making a variable just to hold a debug value to look at with a breakpoint, but Go says no.
You can do
_ = variable
Print-style debugging/logging has entered the chat.