github.com/lazyledger/lazyledger-core@v0.35.0-dev.0.20210613111200-4c651f053571/ipfs/plugin/main/main.go (about)

     1  package main
     2  
     3  import (
     4  	ipfsplugin "github.com/ipfs/go-ipfs/plugin"
     5  
     6  	"github.com/lazyledger/lazyledger-core/ipfs/plugin"
     7  )
     8  
     9  // Plugins is an exported list of plugins that will be loaded by go-ipfs.
    10  //nolint:deadcode
    11  var Plugins = []ipfsplugin.Plugin{
    12  	plugin.Nmt{},
    13  }