Skip to content

Commit

Permalink
update on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gudecatch committed Feb 26, 2025
1 parent 3f9afa9 commit 9aacbce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cmd/mdatagen/internal/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ func templatize(tmplFile string, md Metadata) *template.Template {
}
return false
},
"getModule": func() string {
return md.ScopeName
},
"stringsJoin": strings.Join,
"stringsSplit": strings.Split,
"userLinks": func(elems []string) []string {
Expand Down
1 change: 0 additions & 1 deletion cmd/mdatagen/internal/templates/telemetrytest_test.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"go.opentelemetry.io/otel/sdk/metric/metricdata"
"go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest"

"{{ getModule }}/internal/metadata"
"go.opentelemetry.io/collector/component/componenttest"
)

Expand Down

0 comments on commit 9aacbce

Please sign in to comment.