mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-17 02:25:12 -07:00
chore: use go 1.16 (#449)
* chore: use go 1.16 and gofmt accordingly * chore: also update examples and tuts to go 1.16
This commit is contained in:
@@ -46,8 +46,10 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
type tickMsg struct{}
|
||||
type frameMsg struct{}
|
||||
type (
|
||||
tickMsg struct{}
|
||||
frameMsg struct{}
|
||||
)
|
||||
|
||||
func tick() tea.Cmd {
|
||||
return tea.Tick(time.Second, func(time.Time) tea.Msg {
|
||||
|
||||
Reference in New Issue
Block a user