mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
plugin: preload git plugin by default
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -2,10 +2,13 @@ package loader
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ipfs/go-ipfs/plugin"
|
"github.com/ipfs/go-ipfs/plugin"
|
||||||
|
pluginipldgit "github.com/ipfs/go-ipfs/plugin/plugins/git"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DO NOT EDIT THIS FILE
|
// DO NOT EDIT THIS FILE
|
||||||
// This file is being generated as part of plugin build process
|
// This file is being generated as part of plugin build process
|
||||||
// To change it, modify the plugin/loader/preload.sh
|
// To change it, modify the plugin/loader/preload.sh
|
||||||
|
|
||||||
var preloadPlugins = []plugin.Plugin{}
|
var preloadPlugins = []plugin.Plugin{
|
||||||
|
pluginipldgit.Plugins[0],
|
||||||
|
}
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
#
|
#
|
||||||
# name go-path number of the sub-plugin
|
# name go-path number of the sub-plugin
|
||||||
|
|
||||||
#ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git 0
|
ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git 0
|
||||||
|
Reference in New Issue
Block a user