wg-quicker/tools.go
Marvin Steadfast 104e72bd86
All checks were successful
continuous-integration/drone/push Build is passing
adds ability to kill a process of a userland wireguard-go
2021-04-16 14:21:36 +02:00

8 lines
76 B
Go

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