Documentation ¶
Index ¶
Constants ¶
View Source
const ( B = 1 KB = 1024 * B MB = 1024 * KB GB = 1024 * MB TB = 1024 * GB )
enum file size.
Variables ¶
This section is empty.
Functions ¶
func FirstNotEmpty ¶
func FirstNotEmpty[T comparable](values ...T) T
FirstNotEmpty returns the first value not equals to the zero value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.