Initial commit. First pass.

This commit is contained in:
Christian Rocha
2020-01-10 16:02:04 -05:00
commit bee32ca733
6 changed files with 288 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module tea
go 1.13
require (
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
github.com/tj/go-terminput v1.0.0
)