Skip to content

Commit

Permalink
Merge branch 'master' into hperl/fix-courier-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored Nov 8, 2023
2 parents 2cf1cd9 + 52639e6 commit 9f8d3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions courier/persistence.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package courier

import (
"context"
"errors"

Check failure on line 8 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run Playwright end-to-end tests (cockroach)

other declaration of errors

Check failure on line 8 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run tests and lints

other declaration of errors

"github.com/gofrs/uuid"
"github.com/pkg/errors"

Check failure on line 11 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run Playwright end-to-end tests (cockroach)

errors redeclared in this block

Check failure on line 11 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run Playwright end-to-end tests (cockroach)

"github.com/pkg/errors" imported and not used

Check failure on line 11 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run tests and lints

errors redeclared in this block

Check failure on line 11 in courier/persistence.go

View workflow job for this annotation

GitHub Actions / Run tests and lints

"github.com/pkg/errors" imported and not used (typecheck)
Expand Down

0 comments on commit 9f8d3f6

Please sign in to comment.