From e5fa39cfa5666550b0807e42131128331272aa81 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:35:06 +0300 Subject: [PATCH] typo --- analytics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analytics.go b/analytics.go index a4b23892..683fd831 100644 --- a/analytics.go +++ b/analytics.go @@ -10,7 +10,7 @@ import ( // ListMetrics returns domain/account metrics. // // NOTE: Only for v1 API. To use the /v1 version define MG_URL in the environment variable -// as `https://api.mailgun.net/v1` or set `v.SetAPIBase("https://api.mailgun.net/v1")` +// as `https://api.mailgun.net/v1` or set `mg.SetAPIBase("https://api.mailgun.net/v1")` // // https://documentation.mailgun.com/docs/mailgun/api-reference/openapi-final/tag/Metrics/ func (mg *MailgunImpl) ListMetrics(ctx context.Context, opts MetricsOptions) (*MetricsResponse, error) {