File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exporters/stdout/stdouttrace/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
// package.
6
6
package internal // import "go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal"
7
7
8
- //go:generate gotmpl --body=../../../../internal/shared/counter/counter.go.tmpl "--data={}" --out=counter/counter.go
8
+ //go:generate gotmpl --body=../../../../internal/shared/counter/counter.go.tmpl "--data={ \"pkg\": \"go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/counter\" }" --out=counter/counter.go
9
9
//go:generate gotmpl --body=../../../../internal/shared/counter/counter_test.go.tmpl "--data={}" --out=counter/counter_test.go
Original file line number Diff line number Diff line change 8
8
//
9
9
// This package is used to generate unique IDs while allowing testing packages
10
10
// to reset the counter.
11
- package counter // import "go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc/internal/counter "
11
+ package counter // import "{{.pkg}} "
12
12
13
13
import "sync/atomic"
14
14
You can’t perform that action at this time.
0 commit comments