mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-03-31 10:47:35 +03:00
8 lines
111 B
Go
8 lines
111 B
Go
//go:build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2/ginkgo"
|
|
_ "go.uber.org/mock/mockgen"
|
|
)
|