diff --git a/mock_stream_creator_test.go b/mock_stream_creator_test.go index 5fab278..f1614b3 100644 --- a/mock_stream_creator_test.go +++ b/mock_stream_creator_test.go @@ -5,6 +5,7 @@ // // mockgen -package webtransport -destination mock_stream_creator_test.go github.com/quic-go/quic-go/http3 StreamCreator // + // Package webtransport is a generated GoMock package. package webtransport diff --git a/mock_stream_test.go b/mock_stream_test.go index 35f6770..87be243 100644 --- a/mock_stream_test.go +++ b/mock_stream_test.go @@ -5,6 +5,7 @@ // // mockgen -package webtransport -destination mock_stream_test.go github.com/quic-go/quic-go Stream // + // Package webtransport is a generated GoMock package. package webtransport