Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInterface ¶ added in v2.3.33
func IsInterface(v interface{}) bool
func Max ¶ added in v2.2.109
func Max[T constraints.Ordered](a, b T) T
func Min ¶ added in v2.2.96
func Min[T constraints.Ordered](a, b T) T
func NoCancelContext ¶ added in v2.3.9
NoCancelContext creates a new context that derives from context.Background, while getting all values from the given lookupContext. So even if the lookupContext has a timeout, the new context will not inherit this timeout.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.