From f97ebb63782cb6ac681268651a2234e942b7e90a Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 11 Feb 2016 18:25:41 +0100 Subject: Reduce code complexity --- domain_config_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'domain_config_test.go') diff --git a/domain_config_test.go b/domain_config_test.go index 5417fa86..d38accf8 100644 --- a/domain_config_test.go +++ b/domain_config_test.go @@ -1,9 +1,9 @@ package main import ( - "testing" - "os" "io/ioutil" + "os" + "testing" "github.com/stretchr/testify/assert" "path/filepath" -- cgit v1.2.3