1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/api/propagators
Jonas-Taha El Sesiy 1ab645fedb Consistently use pointer receivers for core.Number (#375)
Change all occurrences of value to pointer receivers
Add meta sys files to .gitignore
Code cleanup e.g.
- Don't capitalize error statements
- Fix ignored errors
- Fix ambiguous variable naming
- Remove unnecessary type casting
- Use named params

Fix #306
2019-12-09 13:03:11 -08:00
..
b3_propagator_benchmark_test.go Consistently use pointer receivers for core.Number (#375) 2019-12-09 13:03:11 -08:00
b3_propagator_data_test.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
b3_propagator_test.go Consistently use pointer receivers for core.Number (#375) 2019-12-09 13:03:11 -08:00
b3_propagator.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
binary_propagator_test.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
binary_propagator.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
doc.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
text_noop_propagator.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
text_propagator.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
trace_context_propagator_benchmark_test.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
trace_context_propagator_test.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00
trace_context_propagator.go Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00