mirror of
https://github.com/status-im/status-go.git
synced 2025-01-15 09:19:26 +00:00
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"
|
|
)
|