mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-15 20:01:44 +08:00
12 lines
244 B
Go
12 lines
244 B
Go
package loader
|
|
|
|
import (
|
|
"github.com/ipfs/go-ipfs/plugin"
|
|
)
|
|
|
|
// DO NOT EDIT THIS FILE
|
|
// This file is being generated as part of plugin build process
|
|
// To change it, modify the plugin/loader/preload.sh
|
|
|
|
var preloadPlugins = []plugin.Plugin{}
|