Commit Graph

8 Commits

Author SHA1 Message Date
Robert Kaussow d179fcb6ca
adjust license header formatting 2021-09-18 19:21:41 +02:00
Robert Kaussow 16ca81c679
refactor: replace unsupported raymond package with handlebars/v3 (#2)
The raymond package appears to be abandoned. This changes to a supported
fork (handlebars/v3) that has Go module support, and has some
maintenance done. Additionally, updates to latest sprig package, and
changes the logic used to skip/avoid adding sprig helpers to handlebars
when the func has an unsupported return type.

Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2021-09-18 17:14:54 +02:00
Don ecbb4a10a5 Add test for negative truncation 2020-09-18 10:58:48 -07:00
Thomas Boerger 8efa917a1f
Merge pull request #3 from ltachet/datetime-type
datetime: use int64 instead of float64
2020-07-20 08:29:15 +02:00
Brad Rydzewski fe2c2821cd remove faketime dependency 2020-07-10 19:06:04 -04:00
chris evett 97bdc8bc7c Adding custom helper for regex 2018-09-25 14:54:41 +00:00
Lucille Tachet d56ed15f86 datetime: use int64 instead of float64 2018-08-01 11:05:11 +02:00
Thomas Boerger 61fce6e289
Migrated initial version 2018-03-30 01:04:58 +02:00