Remove this extraneous type

This commit is contained in:
Christian Rocha 2020-05-14 10:45:37 -04:00
parent 254c098066
commit ffdaba08eb
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ func ExitAltScreen() {
termenv.ExitAltScreen() termenv.ExitAltScreen()
} }
type EveryMsg time.Time
// Every is a command that ticks in sync with the system clock. So, if you // 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 // 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. // could use this. It's also handy for having different things tick in sync.