Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1. Forgot linting. Removed unused code
  • Loading branch information
ayuryshev committed Apr 8, 2019
1 parent 0055bf7 commit 10cb424
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/transport/entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ func ExampleSignedEntry_Sign() {
// Both signatures set
}

func errorsPrint(errs ...error) {
for _, err := range errs {
if err != nil {
fmt.Println(err.Error())
}
}
}

func ExampleSignedEntry_Signature() {
pkA, skA := cipher.GenerateKeyPair()
pkB, skB := cipher.GenerateKeyPair()
Expand Down

0 comments on commit 10cb424

Please sign in to comment.