Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jul 4, 2023
1 parent 0210f44 commit ca1676c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions cmd/gobl/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import (
"github.com/invopop/gobl.cli/internal"
)

var (
boolTrue = true
boolFalse = false
)

type buildOpts struct {
*rootOpts
set map[string]string
Expand Down
3 changes: 0 additions & 3 deletions internal/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ var (
privateKey = new(dsig.PrivateKey)
publicKey = new(dsig.PublicKey)
verifyKeyText string

boolTrue = true
boolFalse = false
)

const signingKeyFile = "testdata/private.jwk"
Expand Down

0 comments on commit ca1676c

Please sign in to comment.