forked from quic-go/quic-go
make the protocol package internal
This commit is contained in:
@@ -3,7 +3,7 @@ package wire
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
)
|
||||
|
||||
// A PingFrame is a ping frame
|
||||
|
||||
Reference in New Issue
Block a user