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

6 lines
88 B
Go

//go:build !waf
package main
const buildHasWAF = false
const buildVariant = "generic"