mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-16 00:15:24 +08:00
9 lines
111 B
Go
9 lines
111 B
Go
//go:build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2/ginkgo"
|
|
_ "go.uber.org/mock/mockgen"
|
|
)
|