From 7eacd3ade3ecc83ee59ca8ce14cb60c2082096a3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 24 Sep 2019 22:22:02 +0700 Subject: bytes: add function get all indexes of token in string --- CHANGELOG.adoc | 2 ++ CHANGELOG.html | 3 +++ lib/bytes/bytes.go | 24 ++++++++++++++++++++++++ lib/bytes/bytes_example_test.go | 10 ++++++++++ lib/bytes/bytes_test.go | 30 +++++++++++++++++++++++++++++- 5 files changed, 68 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b1f284f7..a7711c3b 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -9,6 +9,8 @@ This library is released each month, usually at the first week of month. === New Features +* bytes: add function to get all indexes of token in string + * memfs: add method to Search content of files * sanitize: new package to sanitize markup document into plain text diff --git a/CHANGELOG.html b/CHANGELOG.html index a1d7b8d2..102d9824 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -115,6 +115,9 @@