wg-quicker/assets/assets.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
131 B
Go

// nolint:gochecknoglobals,golint,stylecheck
package assets
import _ "embed"
//go:embed wireguard-go/wireguard-go
var WGO []byte