Documentation
¶
Overview ¶
Package extutil contains a variety of util functions that were identified as common code duplication. More specialized packages exist for groups of use cases (extlogging and exthttp) for example.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ptr ¶
func Ptr[T any](val T) *T
Ptr returns a pointer to the given value. You will find this helpful when desiring to pass a literal value to a function that requires a pointer.
func ToKeyValue ¶ added in v1.7.11
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.