mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
fix: error after sync
This commit is contained in:
parent
7c77243b04
commit
77691ccce8
16 changed files with 39 additions and 87 deletions
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
// mockgen -package quic -self_package github.com/quic-go/quic-go -source sys_conn_oob.go -destination mock_batch_conn_test.go -mock_names batchConn=MockBatchConn
|
||||
// mockgen -package quic -self_package github.com/refraction-networking/uquic -source sys_conn_oob.go -destination mock_batch_conn_test.go -mock_names batchConn=MockBatchConn
|
||||
//
|
||||
// Package quic is a generated GoMock package.
|
||||
package quic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue