Closed nchelluri closed 5 days ago
Simply, every time I write something like
log.Info().Msg("Hello, world")
and github.com/rs/zerolog/log is not yet imported, and I save my code file, then gopls will think that I mean github.com/pingcap/log instead. Do others encounter this issue, and is there a way around it?
github.com/rs/zerolog/log
github.com/pingcap/log
Thank you for your work on this library.
I am not sure what happened but somewhere in the last little while this stopped being an issue for me. Maybe it was a gopls version upgrade, not sure.
Simply, every time I write something like
and
github.com/rs/zerolog/log
is not yet imported, and I save my code file, then gopls will think that I meangithub.com/pingcap/log
instead. Do others encounter this issue, and is there a way around it?Thank you for your work on this library.