]> Sergey Matveev's repositories - btrtrc.git/blob - internal/check/check.go
Add internal panicif, check and nestedmaps packages
[btrtrc.git] / internal / check / check.go
1 package check
2
3 // A flag for doing extra checks at runtime that are potentially expensive. Should be enabled for
4 // testing and debugging.
5 var Enabled = false