From fa9d071b8a9281925d7ebe05d7cc648292a2e212 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 21 Sep 2017 13:22:45 +0200 Subject: [PATCH] Update preload.go to be the same one as generated by preload.sh License: MIT Signed-off-by: Jakub Sztandera --- plugin/loader/preload.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/loader/preload.go b/plugin/loader/preload.go index 2bfdc3bb3..cc0d8651d 100644 --- a/plugin/loader/preload.go +++ b/plugin/loader/preload.go @@ -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{}