package
0.9.11
Repository: https://github.com/starter-go/base.git
Documentation: pkg.go.dev

# Functions

Close 关闭指定的 closer.
IsEOF 检查并判断 err 是否为 EOF.
PumpStream 把数据从 src 读出来,并写入到 dst.

# Structs

Sorter 是一个排序工具.

# Type aliases

LenFn 定义 Len 函数.
LessFn 定义 Less 函数.
SwapFn 定义 Swap 函数.