mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
15 lines
332 B
Go
15 lines
332 B
Go
package loader
|
|
|
|
import (
|
|
"github.com/ipfs/go-ipfs/plugin"
|
|
pluginipldgit "github.com/ipfs/go-ipfs/plugin/plugins/git"
|
|
)
|
|
|
|
// 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{
|
|
pluginipldgit.Plugins[0],
|
|
}
|