mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-02 03:28:25 +08:00
Merge pull request #4259 from ipfs/misc/update-preload
Update preload.go to be the same one as generated by preload.sh
This commit is contained in:
@ -4,4 +4,8 @@ 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{}
|
||||
|
Reference in New Issue
Block a user