File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
1111)
1212
1313var (
14- testRootKey = []byte ("54321" )
15- testID = []byte ("dummyId" )
16- testLocation = "lnd"
17- testVersion = macaroon .LatestVersion
14+ testRootKey = []byte ("54321" )
15+ testID = []byte ("dummyId" )
16+ testLocation = "lnd"
17+ testVersion = macaroon .LatestVersion
1818)
1919
2020func createDummyMacaroon (t * testing.T ) * macaroon.Macaroon {
Original file line number Diff line number Diff line change 1+ //go:build tools
12// +build tools
23
34package terminal
45
56import (
6- // This is a workaround to make sure go mod keeps around the
7+ // This is a workaround to make sure go mod keeps around the
78 // dependencies in the go.sum file that we only use during compilation
89 // of the CLI binaries that are delivered together with LiT.
910 _ "github.com/lightninglabs/faraday/cmd/frcli"
You can’t perform that action at this time.
0 commit comments