forked from quic-go/quic-go
* ci: stop using Ginkgo test command * ci: remove integrationtest directory for unit tests
8 lines
73 B
Go
8 lines
73 B
Go
//go:build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "go.uber.org/mock/mockgen"
|
|
)
|