NewTicker will panic if the duration isn't greater than zero, while Tick will return nil.
Ideally Tick would panic as well but that could potentially break some code relying on this inconsistency. This special case should be documented as it's definitely not something you'd expect from reading the current Tick documentation.