fix: error after sync

This commit is contained in:
Gaukas Wang 2023-10-26 22:48:59 -06:00
parent 7c77243b04
commit 77691ccce8
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
16 changed files with 39 additions and 87 deletions

View file

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