mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
//go:build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "github.com/golang/mock/mockgen"
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|