Merge pull request #5274 from ipfs/feat/noplugin

build tag to disable dynamic plugins
This commit is contained in:
Whyrusleeping 2018-07-22 18:35:28 -07:00 committed by GitHub
commit 8a29985298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
// +build !noplugin
package loader
import (