Documentation ¶
Index ¶
Constants ¶
View Source
const (
GiB = 1 << (10 * 3) //nolint:mnd // 1 GiB = 1024^3 bytes
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner() *Scanner
NewScanner creates a new instance of Scanner. While not strictly necessary, this factory function is provided for consistency with other scanner implementations.
Click to show internal directories.
Click to hide internal directories.