From a32fcec6ac6afcfbce295cdf2f2d9a8cf75755a4 Mon Sep 17 00:00:00 2001 From: Harpi Date: Tue, 15 Oct 2024 09:39:49 +0700 Subject: [PATCH] remove duplicate go get command --- docs/platforms/go/guides/logrus/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/go/guides/logrus/index.mdx b/docs/platforms/go/guides/logrus/index.mdx index 4cc4ca748114d..b80f504ead0fe 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