aboutsummaryrefslogtreecommitdiff
path: root/internal/template/functions_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-28Simplify formatFileSizeGravatar jvoisin 1-0/+2
No need to use a loop with divisions and multiplications when we have logarithms.
2024-02-28Make use of printer.Print when possibleGravatar jvoisin 1-4/+4
2023-11-08Avoid long duration strings: round to nearest secondGravatar Nick Parker 1-0/+26
For example, seeing "Next check: 14m56.245483933s" in feeds list after force-refreshing a feed. This rounds to the nearest second, so it'll instead be "14m56s" Other examples from latter two test cases: - "12.345678s" -> "12s" - "1m27.654321s" -> "1m28s"
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+145
For reference: https://go.dev/doc/go1.4#internalpackages