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:
Jakub Sztandera 2017-09-21 13:22:45 +02:00
parent 2b12a33ed7
commit fa9d071b8a
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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