1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-02 08:52:21 +02:00
opentelemetry-go/api/trace
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
..
always_sampler_test.go Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
always_sampler.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
api_test.go Add Circle ci (#41) 2019-07-02 16:21:24 -07:00
api.go Rename IsRecordingEvents and WithRecordEvents (#188) 2019-10-10 18:07:35 -07:00
current_test.go Rename IsRecordingEvents and WithRecordEvents (#188) 2019-10-10 18:07:35 -07:00
current.go Export NoopSpan and NoopTracer (#92) 2019-08-13 16:03:40 -07:00
doc.go Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
global.go Export NoopSpan and NoopTracer (#92) 2019-08-13 16:03:40 -07:00
never_sampler_test.go Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
never_sampler.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
noop_span.go Rename IsRecordingEvents and WithRecordEvents (#188) 2019-10-10 18:07:35 -07:00
noop_trace.go Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
sampler.go Add Sampler API (#70) 2019-08-22 09:57:27 -07:00