vibe-proxy/backend/internal/pluginhost/support.go
2026-08-24 00:10:41 +02:00

6 lines
181 B
Go

package pluginhost
// SupportPluginHeaderValue reports whether the current binary was built with CGO enabled.
func SupportPluginHeaderValue() string {
return supportPluginValue
}