mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
make wire an internal package
This commit is contained in:
parent
1794636220
commit
ed522ebbce
58 changed files with 32 additions and 31 deletions
|
@ -3,8 +3,8 @@ package quic
|
|||
import (
|
||||
"github.com/lucas-clemente/quic-go/flowcontrol"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/wire"
|
||||
)
|
||||
|
||||
type streamFramer struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue