lnd: rename package main->lnd

This commit is contained in:
Johan T. Halseth
2019-01-24 14:28:25 +01:00
parent 9d1e1db42e
commit b53899c43c
28 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"github.com/btcsuite/btcd/chaincfg"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"encoding/hex"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -2,7 +2,7 @@
// Copyright (c) 2015-2016 The Decred developers
// Copyright (C) 2015-2017 The Lightning Network Developers
package main
package lnd
import (
"errors"

2
doc.go
View File

@@ -1 +1 @@
package main
package lnd

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import (
"errors"

2
lnd.go
View File

@@ -2,7 +2,7 @@
// Copyright (c) 2015-2016 The Decred developers
// Copyright (C) 2015-2017 The Lightning Network Developers
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build rpctest
package main
package lnd
import (
"bytes"

2
log.go
View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import (
"io/ioutil"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import (
"testing"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"errors"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import "testing"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"bytes"

View File

@@ -1,6 +1,6 @@
// +build !rpctest
package main
package lnd
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package lnd
import (
"sync"