Skip to content

Make Stream.UpdatedOn non-pointer time.Time

Zygmunt Krynicki requested to merge fix/updated-on-ptr into master

Working with time.Time pointers is annoying. In addition time.Time has a IsZero method which suffices for all the cases where a nil was required.

Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com

Merge request reports