Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 26, 2024
1 parent f97acc9 commit 2bd87a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/app.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package app

import (
<<<<<<< HEAD
stderrors "errors"
=======
"crypto/sha256"
"encoding/hex"
"errors"

Check failure on line 6 in app/app.go

View workflow job for this annotation

GitHub Actions / build

other declaration of errors

Check failure on line 6 in app/app.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

other declaration of errors
>>>>>>> c007e115 (Problem: black list addresses are not logged (#1328))
stderrors "errors"
"fmt"
"io"
"io/fs"
Expand Down

0 comments on commit 2bd87a7

Please sign in to comment.