add ISODuration type for ISO8061 duration compatibility

This commit is contained in:
2025-12-11 20:25:29 -08:00
parent 6ecb12c98c
commit a84cfde045
4 changed files with 140 additions and 0 deletions
+11
View File
@@ -1,3 +1,14 @@
module gitea.auvem.com/go-toolkit/clocktime
go 1.24.0
require (
github.com/sosodev/duration v1.3.1
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)