Update preload.go to be the same one as generated by preload.sh
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Sep 21, 2017 at 13:22 UTC
fa9d071b8a9281925d7ebe05d7cc648292a2e212
1 file changed
+4
plugin/loader/preload.go
+4
@@ -4,4 +4,8 @@ import (
4
"github.com/ipfs/go-ipfs/plugin"
5
)
6
7
+// DO NOT EDIT THIS FILE
8
+// This file is being generated as part of plugin build process
9
+// To change it, modify the plugin/loader/preload.sh
10
+
11
var preloadPlugins = []plugin.Plugin{}