2
0
mirror of synced 2025-02-23 14:18:13 +00:00
Matt Joiner f3b61f09a8
Add internal panicif, check and nestedmaps packages
Fuckit I'm sick of reinventing the wheel.
2023-05-09 15:46:52 +10:00

6 lines
159 B
Go

package check
// A flag for doing extra checks at runtime that are potentially expensive. Should be enabled for
// testing and debugging.
var Enabled = false