Separate imports
License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
Michael Avila committed
May 6, 2019 at 11:03 UTC
ce75f1c18fc7b4f0f59be87f9398bd15d62ad5f4
1 file changed
+1
core/builder.go
+1
@@ -6,6 +6,7 @@ import (
6
7
"github.com/ipfs/go-ipfs/core/bootstrap"
8
"github.com/ipfs/go-ipfs/core/node"
9
+
10
"github.com/ipfs/go-metrics-interface"
11
"go.uber.org/fx"
12
)