## Main Issue https://github.com/networkservicemesh/sdk/issues/1666 ## Description `clock` package should be used in all chain elements instead of `time` as it's useful for writing unit tests. ## Solution Add a linter checking that `time` package is used only inside `clock` package