Files
2026-07-13 12:35:43 +08:00

7 lines
181 B
Go

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