Separate imports

License: MIT
Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
This commit is contained in:
Michael Avila 2019-05-06 11:03:40 -07:00
parent 6d6ce8fba7
commit ce75f1c18f
No known key found for this signature in database
GPG Key ID: EC20A5E4E97A5E1E

View File

@ -6,6 +6,7 @@ import (
"github.com/ipfs/go-ipfs/core/bootstrap"
"github.com/ipfs/go-ipfs/core/node"
"github.com/ipfs/go-metrics-interface"
"go.uber.org/fx"
)