mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
By doing so, we can mock private methods of the stream, so they cannot be type-asserted by users of quic-go.
3 lines
141 B
Go
3 lines
141 B
Go
package quic
|
|
|
|
//go:generate sh -c "./mockgen_private.sh quic mock_stream_internal_test.go github.com/lucas-clemente/quic-go streamI StreamI"
|