events: make "WithClock" methods allowed without "unit" build tag (#62) There are use cases where having those methods available even outside of a unit test is helpful, such as when the objects are instantiated with a clock that could be mocked in the unit test for the parent method. Signed-off-by: ItalyPaleAle <[email protected]>