Switch to GoLand.
All checks were successful
Build & Test / Main (push) Successful in 1m49s

This commit is contained in:
2024-03-31 01:07:31 -07:00
parent 5c22d85e2b
commit eda4200585
11 changed files with 30 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ func (m Model) Init() tea.Cmd {
return nil
}
func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) {
func (m Model) Update(_ tea.Msg) (Model, tea.Cmd) {
return m, nil
}