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
/
conv
/
conv_test.go
Age
Commit message (
Expand
)
Author
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2024-09-30
fix(lint): Fix or ignore lint errors (#2228)
Dave Henderson
2024-06-16
chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...
Dave Henderson
2024-04-21
Enable testifylint linter (#2044)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-06-14
New RSA encrypt/decrypt functions, and new base64.DecodeBytes function
Dave Henderson
2019-01-28
New collections (coll) namespace, plus new functions
Dave Henderson
2019-01-28
New functions conv.Keys and conv.Values
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-09-08
Adding dict/conv.Dict function
Dave Henderson
2018-07-26
Adding slice/array support to conv.Has
Dave Henderson
2018-07-16
Adding conv.ToBool/conv.ToBools functions
Dave Henderson
2018-06-06
Support commas in number conversion
Dave Henderson
2018-04-18
Adding conv.ToString function
Dave Henderson
2017-11-02
Fixing conv.Join to handle non-interface{} arrays
Dave Henderson
2017-10-26
Fixing bugs in ToInt64/ToFloat64
Dave Henderson
2017-10-26
Adding conv.ToInt64, conv.ToFloat64, and others...
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson