v1.4.3
Feature:
- convertor package: add
MapToStruct
,ToStdBase64
,ToUrlBase64
,ToRawStdBase64
,ToRawUrlBase64
functions. - fileutil package: add
WriteMapsToCsv
,CopyDir
,ChunkRead
,ParallelChunkRead
functions. - mathutil package: add
CeilToFloat
,CeilToString
,FloorToFloat
,FloorToString
functions - strutil package: add
SubInBetween
,HammingDistance
functions.
Fix:
- strutil package: fix bug of After and Before function(issue #168).