plugin_other.go 81 B

1234567
  1. // +build !linux
  2. package core
  3. func loadPluginsInternal() error {
  4. return nil
  5. }