1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/propagation
Edward Muller 9f03360a84 Enable golint & gofmt, resolve issues (#214)
* Add golint to linters and resolve issues.

I decided to remove constructors for some of the propagation types
because the constructors can be reduced to either using the zero value
or a single, non optional member.

* Enable gofmt and commit fixes
2019-10-16 10:24:38 -07:00
..
binary_propagator_test.go add binary propagation. (#155) 2019-10-02 13:54:39 -07:00
binary_propagator.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
doc.go Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
http_b3_propagator_benchmark_test.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
http_b3_propagator_data_test.go API: Add b3 propagator (#91) 2019-10-08 10:22:15 -07:00
http_b3_propagator_test.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
http_b3_propagator.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
http_trace_context_propagator_benchmark_test.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
http_trace_context_propagator_test.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
http_trace_context_propagator.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00