forked from quic-go/quic-go
make the protocol package internal
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package wire
|
||||
|
||||
import "github.com/lucas-clemente/quic-go/protocol"
|
||||
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
|
||||
// AckRange is an ACK range
|
||||
type AckRange struct {
|
||||
|
||||
Reference in New Issue
Block a user