MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / PluginExtension

Function PluginExtension

internal/pluginhost/platform.go:99–101  ·  view source on GitHub ↗

PluginExtension returns the dynamic library file extension used for goos.

(goos string)

Source from the content-addressed store, hash-verified

97
98// PluginExtension returns the dynamic library file extension used for goos.
99func PluginExtension(goos string) string {
100 return pluginExtension(goos)
101}
102
103func pluginExtension(goos string) string {
104 switch goos {

Callers

nothing calls this directly

Calls 1

pluginExtensionFunction · 0.70

Tested by

no test coverage detected