index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
strings
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-24
all: fix the warnings from linter revive
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2023-04-05
lib/strings: fix warnings from linter revive
Shulhan
2023-04-05
lib/strings: merge lib/parser here
Shulhan
2022-08-03
lib/strings: update comment format on CleanWikiMarkup
Shulhan
2022-08-03
lib/strings: clean up test codes
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-09-25
lib/strings: update comment and example of TrimAlnum
Shulhan
2021-09-25
lib/strings: add function Alnum
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-08-03
strings: add function to delete a value from slice of string
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-04-23
strings: add white space to Split example
Shulhan
2020-03-29
strings: add function SingleSpace
Shulhan
2020-03-29
strings: check for other white spaces on MergeSpaces
Shulhan
2020-02-13
strings: simplify increment and decrement by one on Reverse function
Shulhan
2020-02-13
strings: move JSONEscape and JSONUnescape to package json
Shulhan
2020-01-07
strings: add function to reverse a string
Shulhan
2020-01-07
strings: fix the comment on JSONUnescape
Shulhan
2019-10-22
strings: fix the logic of Split
Shulhan
2019-09-25
all: fix linter warnings
Shulhan
2019-09-25
strings: add function to convert slice of string to slice of slice of bytes
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-25
strings: move the Uniq function to strings.go
Shulhan
2019-05-25
strings: add function to append uniq values to slice of strings
Shulhan
2019-03-02
all: changes affected by refactoring on package "numbers"
Shulhan
2019-01-29
lib/strings: simplify if-else condition
Shulhan
2018-11-30
all: fix and suppress linter warnings on long lines
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
all: fix linter warnings on naked return
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 3/3
Shulhan
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 2/3
Shulhan
2018-09-17
lib: rename package "string" to "strings"
Shulhan