package
0.1.0
Repository: https://github.com/tryturned/go-utils.git
Documentation: pkg.go.dev

# Functions

对yyyymm格式的日期按给定的年,月数字返回处理之后的对应值。 如 CalcMonth(202101, -1, -2)返回201911。.
计算日期相差多少月。start与end的格式为yyyymm,如202101。 计算值包括左右两个值,所以结果比直接计算大1。.
将 json 串转换为指定的结构体。.
读取文件内容,返回类型为string。.
将 yaml 串转换为指定的结构体。.

# Constants

No description provided by the author