Documentation ¶
Overview ¶
Package std provides tools for standard types (strings, int, floats, etc).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneMap ¶ added in v4.0.4
func CloneMap[M ~map[K]V, K comparable, V any](m M) M
CloneMap returns a copy of m. This is a shallow clone: the new keys and values are set using ordinary assignment.
func ParseCellsDuration ¶
ParseCellsDuration wraps standard time.ParseDuration supporting the "d" unit (as day)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.