Add simple tutorial in Markdown

This commit is contained in:
Christian Rocha
2020-07-23 17:30:25 -04:00
parent fe15629c9a
commit e4243bdede
4 changed files with 359 additions and 0 deletions

12
tutorials/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module tutorial
go 1.14
require (
github.com/charmbracelet/bubbletea v0.10.2 // indirect
github.com/muesli/termenv v0.6.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
)
replace github.com/charmbracelet/bubbletea => ../