forked from quic-go/quic-go
make wire an internal package
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
"github.com/lucas-clemente/quic-go/ackhandler"
|
||||
"github.com/lucas-clemente/quic-go/handshake"
|
||||
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/wire"
|
||||
)
|
||||
|
||||
type packedPacket struct {
|
||||
|
||||
Reference in New Issue
Block a user