1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-24 20:14:40 +02:00
opentelemetry-go/propagation
Matthieu MOREL e98ef1bfdb
[chore]: enable usestdlibvars linter (#6001)
#### Description

[usestdlibvars](https://golangci-lint.run/usage/linters/#usestdlibvars)
is a linter that detect the possibility to use variables/constants from
the Go standard library.

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2024-11-25 12:02:46 -08:00
..
baggage_test.go [chore]: enable usestdlibvars linter (#6001) 2024-11-25 12:02:46 -08:00
baggage.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
propagation_test.go [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +02:00
propagation.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
propagators_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
trace_context_benchmark_test.go [chore]: enable usestdlibvars linter (#6001) 2024-11-25 12:02:46 -08:00
trace_context_example_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
trace_context_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
trace_context.go propagation: fix grammar in TraceContext.Inject doc (#5166) 2024-04-09 09:16:33 +02:00

Propagation

PkgGoDev