YIj54yALOJxEsY20eU@lemm.ee to Programmer Humor@programming.dev · edit-26 months ago???lemm.eeimagemessage-square71fedilinkarrow-up1545arrow-down118
arrow-up1527arrow-down1image???lemm.eeYIj54yALOJxEsY20eU@lemm.ee to Programmer Humor@programming.dev · edit-26 months agomessage-square71fedilink
minus-squareAlexWIWAlinkfedilinkEnglisharrow-up15·9 months agoMaking a variable just to hold a debug value to look at with a breakpoint, but Go says no.
minus-squaredejected_warp_core@lemmy.worldlinkfedilinkarrow-up2·edit-29 months 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.