use interface for Duration and Time printing, fix diff ts parsing

This commit is contained in:
2025-09-24 08:31:22 +02:00
parent c4b1bf6487
commit 84792667e7
2 changed files with 16 additions and 83 deletions

View File

@@ -16,7 +16,7 @@
#
# no need to modify anything below
tool = gfn
tool = ts
VERSION = $(shell grep VERSION config.go | head -1 | cut -d '"' -f2)
archs = darwin freebsd linux windows
PREFIX = /usr/local
@@ -72,8 +72,8 @@ release:
gh release create v$(VERSION) --generate-notes
show-versions: buildlocal
@echo "### gfn version:"
@./gfn -V
@echo "### ts version:"
@./ts -V
@echo
@echo "### go module versions:"