From 79bf30a5a421b6f0d304c411b78c391fd9f1ca46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 23 May 2019 16:14:50 +0100 Subject: [PATCH] fix duplicated import. --- peer/peer_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/peer/peer_test.go b/peer/peer_test.go index a44904e..41f323d 100644 --- a/peer/peer_test.go +++ b/peer/peer_test.go @@ -8,8 +8,6 @@ import ( "testing" ic "github.com/libp2p/go-libp2p-core/crypto" - "github.com/libp2p/go-libp2p-core/test" - . "github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/test" -- GitLab