10 lines
127 B
Go
Raw Normal View History

2022-04-01 12:16:46 -04:00
//go:build tools
// +build tools
package quic
import (
_ "github.com/cheekybits/genny"
_ "github.com/onsi/ginkgo/ginkgo"
)