github.com/ooni/psiphon/tunnel-core@v0.0.0-20230105123940-fe12a24c96ee/oovendor/quic-go/tools.go (about) 1 //go:build tools 2 // +build tools 3 4 package quic 5 6 import ( 7 // [Psiphon] 8 // Avoid vendoring testing dependencies 9 // _ "github.com/cheekybits/genny" 10 // _ "github.com/onsi/ginkgo/ginkgo" 11 )