Skip to content

Commit

Permalink
MIGRATING: remove warning. (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Jun 5, 2018
1 parent d052956 commit c74bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Datadog's v1 version of the Go tracer provides not only an overhauled core that

As is common and recommended in the Go community, the best way to approach migrating to this new API is by using the [gradual code repair](https://talks.golang.org/2016/refactor.article) method. We have done the same internally and it has worked just great! For this exact reason we have provided a new, [semver](https://semver.org/) friendly import path to help with using both tracers in parallel, without conflict, for the duration of the migration. This new path is `gopkg.in/DataDog/dd-trace-go.v1`.

Our [godoc page](https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/ddtrace) should deem helpful during this process. We also have the ":warn: soon to be published" [official documentation](https://docs.datadoghq.com/tracing/setup/go/), which contains a couple of examples.
Our [godoc page](https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/ddtrace) should deem helpful during this process. We also have the [official documentation](https://docs.datadoghq.com/tracing/setup/go/), which contains a couple of examples.

This document will further outline some _before_ and _after_ examples.

Expand Down

0 comments on commit c74bd9c

Please sign in to comment.