1
0
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:
Jeromy Johnson
2017-10-02 11:31:18 +03:00
committed by GitHub

View File

@ -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{}