Documentation ¶
Index ¶
Constants ¶
View Source
const GB_IN_BYTES uint64 = 1024 * 1024 * 1024
View Source
const GO_ROUTINES_PER_GB uint64 = 250000
Variables ¶
This section is empty.
Functions ¶
func FormatSlice ¶
func GetMaxGoRoutines ¶ added in v0.7.8
func GetMaxGoRoutines() uint64
func HasDuplicates ¶ added in v0.3.2
func InterfaceSlice ¶ added in v0.7.2
func InterfaceSlice(slice interface{}) []interface{}
InterfaceSlice converts any interface{} into a []interface{} slice
func Uint64ToInt64 ¶ added in v0.7.8
Uint64ToInt64 if value is bigger than math.MaxInt64 return math.MaxInt64 otherwise returns original value casted to int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.