mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
run the check for go generated files on Github Actions instead of Travis
This commit is contained in:
parent
4d1d05e4bf
commit
91e5ca4947
7 changed files with 49 additions and 32 deletions
|
@ -5,11 +5,12 @@
|
|||
package logging
|
||||
|
||||
import (
|
||||
net "net"
|
||||
reflect "reflect"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
protocol "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
wire "github.com/lucas-clemente/quic-go/internal/wire"
|
||||
net "net"
|
||||
reflect "reflect"
|
||||
)
|
||||
|
||||
// MockTracer is a mock of Tracer interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue