mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
7 lines
77 B
Go
7 lines
77 B
Go
// +build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|