make wire an internal package

This commit is contained in:
Marten Seemann
2017-08-29 23:51:56 +07:00
parent 1794636220
commit ed522ebbce
58 changed files with 32 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
package ackhandler
import (
"github.com/lucas-clemente/quic-go/internal/wire"
"github.com/lucas-clemente/quic-go/protocol"
"github.com/lucas-clemente/quic-go/wire"
)
// This stopWaitingManager is not supposed to satisfy the StopWaitingManager interface, which is a remnant of the legacy AckHandler, and should be remove once we drop support for QUIC 33