lightstep / lightstep-tracer-go

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

Run gofmt with Go 1.8 #81

Closed ChimeraCoder closed 7 years ago

ChimeraCoder commented 7 years ago

Running gofmt from 1.8.3 produces this diff.

I noticed this when formatting code in a repository that vendors this package. My guess is that this behavior was changed from 1.7 to 1.8, and that the repository was previously formatted with cmd/gofmt from 1.7.

bhs commented 7 years ago

Works for me. Thanks, @ChimeraCoder!