Fix doc comments and remove magic number

This commit is contained in:
Christian Rocha
2020-12-01 17:03:48 -05:00
committed by Christian Rocha
parent f48e53556a
commit 79ca4d09d1
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ replace github.com/charmbracelet/bubbles => ../../
go 1.15
require (
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000 // indirect
github.com/muesli/reflow v0.2.0 // indirect
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000
github.com/charmbracelet/bubbletea v0.12.2
)