1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/internal/shared
Tyler Yahn 86a51dc049
[chore] Remove unnecessary type declaration in templated transforms (#5906)
The type is fully defined by the switch, no need to be redundant.
2024-10-22 16:06:26 -07:00
..
internaltest [chore]: enable suite-extra-assert-call rule from testifylint (#5833) 2024-09-23 08:56:45 +02:00
matchers [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
otlp [chore] Remove unnecessary type declaration in templated transforms (#5906) 2024-10-22 16:06:26 -07: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.