From ab130ffba7bec037b3e6dd61bf0494195fbb87e0 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Tue, 1 Dec 2020 13:29:28 +0800 Subject: [PATCH] README: format examples with gofmt --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b8acfa..30ecdb8 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ import ( ) var airbrake = gobrake.NewNotifierWithOptions(&gobrake.NotifierOptions{ - ProjectId: 105138, - ProjectKey: "fd04e13d806a90f96614ad8e529b2822", + ProjectId: 105138, + ProjectKey: "fd04e13d806a90f96614ad8e529b2822", Environment: "production", }) @@ -92,8 +92,8 @@ are supposed to pass to `gobrake.NewNotifierWithOptions`. ```go airbrake := gobrake.NewNotifierWithOptions(&gobrake.NotifierOptions{ - ProjectId: 105138, - ProjectKey: "fd04e13d806a90f96614ad8e529b2822", + ProjectId: 105138, + ProjectKey: "fd04e13d806a90f96614ad8e529b2822", Environment: "production", }) ```