Documentation
¶
Index ¶
Constants ¶
View Source
const ( KiB = 1024 // 1 KiB MiB = 1024 * KiB // 1 MiB GiB = 1024 * MiB // 1 GiB )
Constants for common byte sizes
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Atomic ¶
type Atomic[T any] struct { // contains filtered or unexported fields }
func (*Atomic[T]) MarshalJSON ¶
func (*Atomic[T]) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.