q
q copied to clipboard
panic when q.Q() an empty *time.Time
q.Q panic when have to print an empty *time.Time
Version: v1.0.17 Steps to reproduce:
var emptyDate *time.Time
q.Q(emptyDate)
Current result:
emptyDate=%!v(PANIC=Format method: value method time.Time.GoString called using nil *Time pointer)
Expected result
emptyDate=(*time.Time)(nil)