@cryptotaxi247 / kubo / commits / 314d2c311

misc: make codecov really happy

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jul 13, 2017 at 21:59 UTC 314d2c3113c77606a3db687bda59900973ac08c4
1 file changed +1
plugin/plugins/git/git.go
+1
@@ -12,6 +12,7 @@ import (
12 git "gx/ipfs/Qma7Kuwun7w8SZphjEPDVxvGfetBkqdNGmigDA13sJdLex/go-ipld-git"
13 )
14
15 +// Plugins is exported list of plugins that will be loaded
16 var Plugins = []plugin.Plugin{
17 &gitPlugin{},
18 }