6 lines
88 B
Go
6 lines
88 B
Go
//go:build !waf
|
|
|
|
package main
|
|
|
|
const buildHasWAF = false
|
|
const buildVariant = "generic"
|