Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EXIT_ON_IFERR = false
IF_ERR_BEHAVIOR_EXIT is a flag for Iferr. If this is set to true, Iferr will terminate when found error.
View Source
var SHOW_ERR_LINE = false
Functions ¶
func CallerFunc ¶
func ExistAll ¶
func ExistAll(v ...interface{}) bool
ExistAll checks if none of input arguments are default value. Limitation on Exist will be slices and struct. For slices, it only supports int, int64, string, and bool.
func NewCounter ¶
func NewCounter() *counterStr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.