package
0.0.1-rc20230124
Repository: https://github.com/keinos/go-sortfile.git
Documentation: pkg.go.dev
# Functions
AvailableMemory returns the amount of current available free memory.
File returns the data size of the given file and the number of lines.
MustAvailableMemory is the same as AvailableMemory but panics if it fails to get the memory information.
New returns a new InBytes instance from the given input.
# Type aliases
InBytes represents a size in bytes.