CtrlSpice / otel-desktop-viewer

desktop-collector
Apache License 2.0
438 stars 18 forks source link

Replace deprecated HexString method #59

Closed jmorrell closed 1 year ago

jmorrell commented 1 year ago

This method is marked as deprecated in 0.65.0 and removed in this PR. Guidance is to use hex.EncodeToString directly, which is what I've done here.