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
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26
28 changed files with 28 additions and 28 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
doc.go
View File

@ -1 +1 @@
package main package lnd

View File

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

View File

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

2
lnd.go
View File

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

View File

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

2
log.go
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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