package
1.2.3
Repository: https://github.com/kuan525/netdisk.git
Documentation: pkg.go.dev

# Functions

DBConn 返回数据库连接对象.
No description provided by the author
ParseRows 解析*sql.Rows的函数,转换成[]map[string]interface{} 每个map对应一行数据,键是列名,值是对应的值.