-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Fix VERSIONING.md missing parenthesis (#5984)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ is designed so the following goals can be achieved. | |
go.opentelemetry.io/otel/v2 v2.0.1`) and in the package import path | ||
(e.g., `import "go.opentelemetry.io/otel/v2/trace"`). This includes the | ||
paths used in `go get` commands (e.g., `go get | ||
go.opentelemetry.io/otel/[email protected]`. Note there is both a `/v2` and a | ||
go.opentelemetry.io/otel/[email protected]`). Note there is both a `/v2` and a | ||
`@v2.0.1` in that example. One way to think about it is that the module | ||
name now includes the `/v2`, so include `/v2` whenever you are using the | ||
module name). | ||
|