Skip to content

Commit

Permalink
remove duplicate go get command (#11567)
Browse files Browse the repository at this point in the history
  • Loading branch information
piharpi authored Nov 11, 2024
1 parent 8ebae05 commit 73b064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/go/guides/logrus/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Go API documentation for the [`sentrylogrus` package](https://pkg.go.dev/github.
/>

```bash
go get go get github.com/getsentry/sentry-go/logrus
go get github.com/getsentry/sentry-go/logrus
```

<Break />
Expand Down Expand Up @@ -79,7 +79,7 @@ import (

// Log a FatalLevel entry to STDERR, send to Sentry, and terminate the application
logger.Fatalf("can't continue...")

```

## Configure
Expand Down

0 comments on commit 73b064d

Please sign in to comment.