preload.go 244 Bytes
Newer Older
1 2 3 4 5 6
package loader

import (
	"github.com/ipfs/go-ipfs/plugin"
)

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

11
var preloadPlugins = []plugin.Plugin{}