package types import "time" type ( TickMsg time.Time User string )