diff --git a/docs/platforms/go/guides/logrus/index.mdx b/docs/platforms/go/guides/logrus/index.mdx index 4cc4ca748114d4..b80f504ead0fec 100644 --- a/docs/platforms/go/guides/logrus/index.mdx +++ b/docs/platforms/go/guides/logrus/index.mdx @@ -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 ``` @@ -79,7 +79,7 @@ import ( // Log a FatalLevel entry to STDERR, send to Sentry, and terminate the application logger.Fatalf("can't continue...") - + ``` ## Configure