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 (
11
11
)
12
12
13
13
var (
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
18
18
)
19
19
20
20
func createDummyMacaroon (t * testing.T ) * macaroon.Macaroon {
Original file line number Diff line number Diff line change
1
+ //go:build tools
1
2
// +build tools
2
3
3
4
package terminal
4
5
5
6
import (
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
7
8
// dependencies in the go.sum file that we only use during compilation
8
9
// of the CLI binaries that are delivered together with LiT.
9
10
_ "github.com/lightninglabs/faraday/cmd/frcli"
You can’t perform that action at this time.
0 commit comments