1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 04:26:07 +08:00

misc: make codecov really happy

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2017-07-13 21:59:01 +02:00
parent e293de17eb
commit 314d2c3113

View File

@ -12,6 +12,7 @@ import (
git "gx/ipfs/Qma7Kuwun7w8SZphjEPDVxvGfetBkqdNGmigDA13sJdLex/go-ipld-git"
)
// Plugins is exported list of plugins that will be loaded
var Plugins = []plugin.Plugin{
&gitPlugin{},
}