2022-04-06 10:36:06 -04:00

10 lines
127 B
Go

//go:build tools
// +build tools
package quic
import (
_ "github.com/cheekybits/genny"
_ "github.com/onsi/ginkgo/ginkgo"
)