q icon indicating copy to clipboard operation
q copied to clipboard

Quick and dirty debugging output for tired Go programmers

Results 2 q issues
Sort by recently updated
recently updated
newest added

this is really useful for CLi apps also. so when i do q.Q(variable), it also prints out to the STDout I coudl tail the temp log, but then i loose...

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