Skip to content

Commit

Permalink
Move ordered map to external package
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 24, 2017
1 parent ebf8b44 commit 3680135
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 357 deletions.
8 changes: 7 additions & 1 deletion Gopkg.lock

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

1 change: 0 additions & 1 deletion map/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions map/key_pair.go

This file was deleted.

63 changes: 0 additions & 63 deletions map/node.go

This file was deleted.

37 changes: 0 additions & 37 deletions map/node_test.go

This file was deleted.

110 changes: 0 additions & 110 deletions map/ordered_map.go

This file was deleted.

124 changes: 0 additions & 124 deletions map/ordered_map_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion packet/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package packet
import (
"unicode/utf8"

"github.com/troian/surgemq/map"
"github.com/troian/omap"
)

// Subscribe The SUBSCRIBE Packet is sent from the Client to the Server to create one or more
Expand Down
2 changes: 1 addition & 1 deletion packet/unsubscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package packet
import (
"unicode/utf8"

"github.com/troian/surgemq/map"
"github.com/troian/omap"
)

// UnSubscribe An UNSUBSCRIBE Packet is sent by the Client to the Server, to unsubscribe from topics.
Expand Down

0 comments on commit 3680135

Please sign in to comment.