1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/internal/shared
Matthieu MOREL 74937a2952
[chore]: enable all rules of perfsprint (#5978)
#### Description

[perfsprint](https://github.com/catenacyber/perfsprint) is a linter for
performance, aiming at usages of fmt.Sprintf which have faster
alternatives.

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-11-18 10:04:50 +01:00
..
internaltest [chore]: enable int-conversion rule of perfsprint (#5964) 2024-11-14 19:17:37 +01:00
matchers [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
otlp [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
README.md Decouple otlp/otlptrace/internal from otlp/internal using gotmpl (#4397) 2023-08-02 12:28:35 -07:00

Shared

Code under this directory contains reusable internal code which is distributed across packages using //go:generate gotmpl in gen.go files.