Skip to content

Commit 87942a6

Browse files
piharpivaind
authored andcommitted
remove duplicate go get command (#11567)
1 parent 9a230bf commit 87942a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/go/guides/logrus/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Go API documentation for the [`sentrylogrus` package](https://pkg.go.dev/github.
1616
/>
1717

1818
```bash
19-
go get go get github.com/getsentry/sentry-go/logrus
19+
go get github.com/getsentry/sentry-go/logrus
2020
```
2121

2222
<Break />
@@ -79,7 +79,7 @@ import (
7979

8080
// Log a FatalLevel entry to STDERR, send to Sentry, and terminate the application
8181
logger.Fatalf("can't continue...")
82-
82+
8383
```
8484

8585
## Configure

0 commit comments

Comments
 (0)