make handshake and crypto internal packages

This commit is contained in:
Marten Seemann
2017-09-21 11:34:52 +07:00
parent 5a94b2034c
commit e603715949
72 changed files with 32 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ import (
time "time"
gomock "github.com/golang/mock/gomock"
handshake "github.com/lucas-clemente/quic-go/handshake"
"github.com/lucas-clemente/quic-go/internal/handshake"
protocol "github.com/lucas-clemente/quic-go/internal/protocol"
)