9 lines
74 B
Go
9 lines
74 B
Go
package types
|
|
|
|
import "time"
|
|
|
|
type (
|
|
TickMsg time.Time
|
|
User string
|
|
)
|