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 --- service/reload/config_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service/reload/config_test.go') diff --git a/service/reload/config_test.go b/service/reload/config_test.go index 600975d3..b0620aa1 100644 --- a/service/reload/config_test.go +++ b/service/reload/config_test.go @@ -1,9 +1,10 @@ package reload import ( - "github.com/stretchr/testify/assert" "testing" "time" + + "github.com/stretchr/testify/assert" ) func Test_Config_Valid(t *testing.T) { -- cgit v1.2.3