Marvin Steadfast
104e72bd86
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
131 B
Go
8 lines
131 B
Go
// nolint:gochecknoglobals,golint,stylecheck
|
|
package assets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed wireguard-go/wireguard-go
|
|
var WGO []byte
|