feat(tyme): add basic tyme package

This commit is contained in:
2022-10-30 03:30:34 +00:00
parent b34d102e09
commit 572d532b77
12 changed files with 945 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/jimeh/go-tyme
go 1.18
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
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
)