10 lines
127 B
Go
10 lines
127 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package quic
|
||
|
|
||
|
import (
|
||
|
_ "github.com/cheekybits/genny"
|
||
|
_ "github.com/onsi/ginkgo/ginkgo"
|
||
|
)
|