Skip to content

Commit

Permalink
README: format examples with gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Dec 1, 2020
1 parent b49d16e commit ab130ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ import (
)

var airbrake = gobrake.NewNotifierWithOptions(&gobrake.NotifierOptions{
ProjectId: 105138,
ProjectKey: "fd04e13d806a90f96614ad8e529b2822",
ProjectId: 105138,
ProjectKey: "fd04e13d806a90f96614ad8e529b2822",
Environment: "production",
})

Expand All @@ -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",
})
```
Expand Down

0 comments on commit ab130ff

Please sign in to comment.