| 5 | import "fmt" |
| 6 | |
| 7 | type unsupportedLoader struct{} |
| 8 | |
| 9 | func (unsupportedLoader) Open(file pluginFile, host *Host) (pluginClient, error) { |
| 10 | return nil, fmt.Errorf("standard dynamic library plugin loading requires cgo on this platform: %s", file.Path) |
nothing calls this directly
no outgoing calls
no test coverage detected