mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
make utils an internal package
This commit is contained in:
parent
24d9ed2769
commit
c0b09c8646
74 changed files with 51 additions and 52 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/qerr"
|
||||
"github.com/lucas-clemente/quic-go/utils"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
)
|
||||
|
||||
// A StreamFrame of QUIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue