You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your suggestion!
I agree with your idea, too, but there is a problem of go's receiver specification (you cannot add methods on a receiver defined in different package).
Also, if Lables returns zerodriver.Event, then you cannot call Msg or other zerolog's methods.
Currently,
Labels
returns*zerolog.Event
. So, we can't call Labels command more than once.I want to do it as follows.
Do you think about this?
The text was updated successfully, but these errors were encountered: