Skip to content

Releases: jf-tech/go-corelib

v0.0.6 - add ByteSplitWithEsc

23 Oct 22:53
d0744da
Compare
Choose a tag to compare
Merge pull request #8 from jf-tech/split

Add `ByteSplitWithEsc` and also fix a bug in `IndexWithEsc`

v0.0.5 - add NewScannerByDelim3

22 Oct 03:02
b2d8d20
Compare
Choose a tag to compare
Merge pull request #7 from jf-tech/scanbuf

Add NewScannerByDelim3 with pre-allocated buf to reduce mem allocation.

v0.0.4 - add FileExists and DirExists

27 Sep 20:58
3a5355b
Compare
Choose a tag to compare
Merge pull request #6 from jf-tech/files

Add FileExists and DirExists to ios package

v0.0.3 - fix iohelper -> ios package name

25 Sep 05:08
a6c6e06
Compare
Choose a tag to compare
Merge pull request #4 from jf-tech/ios

change iohelper to ios

v0.0.2 - fix go.mod

25 Sep 04:51
4b9b88f
Compare
Choose a tag to compare
Merge pull request #3 from jf-tech/gomod

go.mod change

v0.0.1 - initial release

25 Sep 04:17
aeb56c8
Compare
Choose a tag to compare
Merge pull request #2 from jf-tech/lint

lint