mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Update preload.go to be the same one as generated by preload.sh
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
2b12a33ed7
commit
fa9d071b8a
@ -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{}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user