index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strings
/
strings.go
Age
Commit message (
Expand
)
Author
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2024-11-10
fix(strings): Avoid potential overflow on 32-bit systems (#2257)
Dave Henderson
2024-09-30
fix(lint): Fix or ignore lint errors (#2228)
Dave Henderson
2024-06-01
feat(strings): Update strings.Indent to error on bad input instead of silentl...
Dave Henderson
2023-09-15
A few performance improvements (#1840)
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-12-29
Add strings.SkipLines function
Dave Henderson
2022-03-28
Log warning message when a deprecated function or datasource is used
Dave Henderson
2022-02-13
Fix a few bugs found while fuzzing (#1308)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2019-08-25
Implement shell-compatible quoting (#587)
Charles Duffy
2019-05-09
Updating some package docs
Dave Henderson
2019-02-17
New strings.WordWrap function
Dave Henderson
2019-02-16
New functions strings.CamelCase and strings.SnakeCase
Dave Henderson
2019-02-02
New function coll.Sort, expanding on strings.Sort
Dave Henderson
2018-07-18
Adding new strings.Sort function
Dave Henderson
2018-05-07
Adding strings.Trunc and strings.Abbrev
Dave Henderson
2018-03-02
Allow no indentation in strings.Indent
Ben Keith
2017-06-14
Enhancing indent function
Dave Henderson