Skip to content

Commit

Permalink
rename the mplex package
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 25, 2022
1 parent d6a12cb commit ac02b5c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/conn.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/stream.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"time"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/transport.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"net"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/transport_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion p2p/transport/tcp/tcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"testing"

mplex "github.com/libp2p/go-libp2p/p2p/muxer/mplex"
"github.com/libp2p/go-libp2p/p2p/muxer/mplex"

"github.com/libp2p/go-libp2p-core/crypto"
"github.com/libp2p/go-libp2p-core/network"
Expand Down
2 changes: 1 addition & 1 deletion p2p/transport/websocket/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"testing"
"time"

mplex "github.com/libp2p/go-libp2p/p2p/muxer/mplex"
"github.com/libp2p/go-libp2p/p2p/muxer/mplex"

"github.com/libp2p/go-libp2p-core/crypto"
"github.com/libp2p/go-libp2p-core/network"
Expand Down

0 comments on commit ac02b5c

Please sign in to comment.