From c4112cd214a9c7cbed82c82eefc75904fb42d1af Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 11 Jan 2021 13:00:52 +0300 Subject: Update CI Format imports and code Distinct internal and app errors --- util/network_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/network_test.go') diff --git a/util/network_test.go b/util/network_test.go index 09157ec0..1dc16e94 100644 --- a/util/network_test.go +++ b/util/network_test.go @@ -3,8 +3,9 @@ package util import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestCreateListener(t *testing.T) { -- cgit v1.2.3