1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-15 20:01:44 +08:00
Files
kubo/plugin/loader/preload.go
Jakub Sztandera fa9d071b8a Update preload.go to be the same one as generated by preload.sh
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-09-21 13:22:45 +02:00

12 lines
244 B
Go

package loader
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{}