auspex/buildinfo_waf.go
2026-07-27 13:35:23 +03:00

6 lines
83 B
Go

//go:build waf
package main
const buildHasWAF = true
const buildVariant = "full"