lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

remove locally compiled protos with protos compiled in lightstep-tracer-common #197

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @iredelmeier @jmacd

Summary of Change

I noticed that we have two compiled version of the protos. I am doing some work to increment our gogo version and having a single version of the protos will help simplify that work.

What do you think of this change?