From ffdaba08ebba25d93154b6e45cf8f862232b6156 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 14 May 2020 10:45:37 -0400 Subject: [PATCH] Remove this extraneous type --- boba.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/boba.go b/boba.go index 8da8b2f..717df04 100644 --- a/boba.go +++ b/boba.go @@ -180,8 +180,6 @@ func ExitAltScreen() { termenv.ExitAltScreen() } -type EveryMsg time.Time - // Every is a command that ticks in sync with the system clock. So, if you // wanted to tick with the system clock every second, minute or hour you // could use this. It's also handy for having different things tick in sync.