Skip to content

Commit

Permalink
Merge pull request #33 from gz-c/remove-aws
Browse files Browse the repository at this point in the history
Remove AWS
  • Loading branch information
gz-c authored Aug 25, 2018
2 parents a8d5bbf + bac2811 commit a43d268
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 238 deletions.
75 changes: 72 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions skycoin-messenger/factory/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/skycoin/net/conn"
"github.com/skycoin/net/factory"
"github.com/skycoin/skycoin/src/cipher"
"net"
"strconv"
"sync"
"sync/atomic"
"time"

"github.com/skycoin/net/conn"
"github.com/skycoin/net/factory"
"github.com/skycoin/skycoin/src/cipher"
)

type Connection struct {
Expand Down
66 changes: 0 additions & 66 deletions util/producer/conf.go

This file was deleted.

130 changes: 0 additions & 130 deletions util/producer/producer.go

This file was deleted.

36 changes: 0 additions & 36 deletions util/producer/producer_test.go

This file was deleted.

0 comments on commit a43d268

Please sign in to comment.