2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

cmd+loopd: move loopd to new folder loopd

This commit is contained in:
Johan T. Halseth 2020-01-03 14:01:31 +01:00
parent 1ea58ad3d6
commit 644b5b16f7
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26
8 changed files with 7 additions and 10 deletions

3
.gitignore vendored
View File

@ -29,9 +29,6 @@ output*.log
loop
!cmd/loop/
loopd
!cmd/loopd/
*.key
*.hex

View File

@ -1,4 +1,4 @@
package main
package loopd
import (
"path/filepath"

View File

@ -1,4 +1,4 @@
package main
package loopd
import (
"context"

View File

@ -1,4 +1,4 @@
package main
package loopd
import (
"github.com/btcsuite/btclog"

View File

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

View File

@ -1,4 +1,4 @@
package main
package loopd
import (
"context"

View File

@ -1,4 +1,4 @@
package main
package loopd
import (
"os"

View File

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