SupportPluginHeaderValue reports whether the current binary was built with CGO enabled.
()
| 2 | |
| 3 | // SupportPluginHeaderValue reports whether the current binary was built with CGO enabled. |
| 4 | func SupportPluginHeaderValue() string { |
| 5 | return supportPluginValue |
| 6 | } |
no outgoing calls