Categorygithub.com/xuhaidong1/go-generic-tools
modulepackage
0.0.8
Repository: https://github.com/xuhaidong1/go-generic-tools.git
Documentation: pkg.go.dev

# README

go-generic-tools

A generic tool library for go

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Comparator 用于比较两个对象的大小 src < dst, 返回-1,src = dst, 返回0,src > dst, 返回1.