feat(tyme/ts): add ts package

This commit is contained in:
2022-10-30 03:34:39 +00:00
parent 5d31aa6743
commit de61785051
20 changed files with 2326 additions and 0 deletions

14
ts/go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/jimeh/go-tyme/ts
go 1.18
require (
github.com/jimeh/go-tyme/dur v0.0.0-20221030033507-5d31aa674303
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)