6 lines
83 B
Go
6 lines
83 B
Go
//go:build waf
|
|
|
|
package main
|
|
|
|
const buildHasWAF = true
|
|
const buildVariant = "full"
|