Commands should probably receive the model as an arg, right?

This commit is contained in:
Christian Rocha
2020-01-20 10:35:03 -08:00
parent 5156905c3e
commit e1d4a14345
6 changed files with 32 additions and 6 deletions

10
examples/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module examples
go 1.13
require (
github.com/charmbracelet/tea v0.0.0-20200120035228-5156905c3e10
github.com/charmbracelet/teaparty v0.0.0-20200118155738-c83a0bee59b9
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
)