Skip to content

Commit bac2811

Browse files
committed
Remove AWS
1 parent a8d5bbf commit bac2811

File tree

5 files changed

+76
-238
lines changed

5 files changed

+76
-238
lines changed

Gopkg.lock

+72-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skycoin-messenger/factory/conn.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ import (
66
"encoding/json"
77
"errors"
88
"fmt"
9-
"github.com/skycoin/net/conn"
10-
"github.com/skycoin/net/factory"
11-
"github.com/skycoin/skycoin/src/cipher"
129
"net"
1310
"strconv"
1411
"sync"
1512
"sync/atomic"
1613
"time"
14+
15+
"github.com/skycoin/net/conn"
16+
"github.com/skycoin/net/factory"
17+
"github.com/skycoin/skycoin/src/cipher"
1718
)
1819

1920
type Connection struct {

util/producer/conf.go

-66
This file was deleted.

util/producer/producer.go

-130
This file was deleted.

util/producer/producer_test.go

-36
This file was deleted.

0 commit comments

Comments
 (0)