forked from quic-go/quic-go
simplify generation of mocks for internal types
This commit is contained in:
@@ -6,8 +6,9 @@ package handshake
|
||||
|
||||
import (
|
||||
tls "crypto/tls"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
reflect "reflect"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
)
|
||||
|
||||
// MockClientSessionCache is a mock of ClientSessionCache interface
|
||||
|
||||
Reference in New Issue
Block a user