YIj54yALOJxEsY20eU@lemm.ee to Programmer Humor@programming.dev · 1 year agoGive me Options or give me deathlemm.eeimagemessage-square75fedilinkarrow-up1555arrow-down119
arrow-up1536arrow-down1imageGive me Options or give me deathlemm.eeYIj54yALOJxEsY20eU@lemm.ee to Programmer Humor@programming.dev · 1 year agomessage-square75fedilink
minus-squareAlexWIWA@lemmy.mllinkfedilinkEnglisharrow-up15·1 year 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-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.