wg-quicker/tools.go

8 lines
76 B
Go
Raw Normal View History

// +build tools
package main
import (
_ "github.com/vektra/mockery/v2"
)