package
2.0.0+incompatible
Repository: https://github.com/billmi/go-utils.git
Documentation: pkg.go.dev

# Functions

* page 当前页 listRow 每页行数 total 数据总数 分页数据填充 返回 => map[string]int ["total_page"] => 1, ["page"] => 1, ["rows"] => 20, ["total_record"] => 3, author Bill */.
* 页面计算(用于sql解析) 比如 1 页面 20 行 => LIMIT 0,20 比如取第五页 => 80,20 @author Bill */.
* 页面计算(开始于结束步长区间) @author Bill */.
* 当前sql + LIMIT 0,20 [分页sql] */.
* 汇总sql这里直接使用sql */.

# Constants

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