1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/internal
Eddy Lin 135ac4b6f9
Moved internal/tools duplicated findRepoRoot function to common package (#1978)
* Moved internal/tools duplicated findRepoRoot function to common package

Created a package under "go.opentelemetry.io/otel/internal/tools/common" with func FindRepoRoot() to return string. Added a line in crosslink to convert outputted string to type repo.

* Removed debugging line

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>

* Added changelog stub

* Update CHANGELOG.md

* Removed change log entry

* Updated docstring for FindRepoPath()

* Change tools/common package to tools

* Added back "errors" import to generator.go

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-06-10 11:29:56 -07:00
..
baggage Add baggage implementation based on the W3C and OpenTelemetry specification (#1967) 2021-06-08 08:06:37 -07:00
global Update API configs. (#1921) 2021-05-27 07:53:56 -07:00
internaltest Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
matchers Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
metric Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
tools Moved internal/tools duplicated findRepoRoot function to common package (#1978) 2021-06-10 11:29:56 -07:00
trace/noop Store current Span instead of local and remote SpanContext in context.Context (#1731) 2021-03-29 08:55:44 -07:00
rawhelpers.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00