From 8a2f644bc03208540c996158bad40e3b4a402f7a Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 18 Nov 2017 15:40:49 +0900 Subject: [PATCH] Refactor file_result.go --- file_result.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file_result.go b/file_result.go index 7416954..813fa91 100644 --- a/file_result.go +++ b/file_result.go @@ -1,8 +1,6 @@ package main -import ( - "strings" -) +import "strings" type fileResult struct { filename string