Léo Viggiano

Results 1 issues of Léo Viggiano

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

bug