Skip to content

Commit

Permalink
Merge pull request #17268 from brnhensley/patch-17
Browse files Browse the repository at this point in the history
fix: wrap import in `""`
  • Loading branch information
akristen committed May 10, 2024
2 parents 7bc5b65 + 40b592c commit 6fb0162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In order to install the Go agent, you need a <InlinePopover type="licenseKey" />
2. Import the `github.com/newrelic/go-agent/v3/newrelic` package in your application.

```go
import github.com/newrelic/go-agent/v3/newrelic
import "github.com/newrelic/go-agent/v3/newrelic"
```
3. Initialize the Go agent by adding the following in the `main` function or in an `init` block:

Expand Down

0 comments on commit 6fb0162

Please sign in to comment.