preload.go 332 Bytes
Newer Older
1 2 3 4
package loader

import (
	"github.com/ipfs/go-ipfs/plugin"
5
	pluginipldgit "github.com/ipfs/go-ipfs/plugin/plugins/git"
6 7
)

8 9 10 11
// 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

12 13 14
var preloadPlugins = []plugin.Plugin{
	pluginipldgit.Plugins[0],
}