simplify generation of mocks for internal types

This commit is contained in:
Marten Seemann
2020-01-26 13:24:35 +07:00
parent c809166cab
commit 4fa5cfdca9
4 changed files with 16 additions and 49 deletions

View File

@@ -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