You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package baddata provides pointers that crash when dereferenced.
Go initializing everything to zero is nice to avoid undefined behavior, but sometimes you prefer your code to crash instead of accidentally working with a zero value.
About
Go library to produce invalid pointers to get crashes instead of accidental value use