From 60345dc6db8d1247fef2fb456d2f18f3300651ac Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sat, 6 May 2017 19:11:16 +0300 Subject: fmt --- install/home.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/home.go') diff --git a/install/home.go b/install/home.go index 1850a05..825bdb7 100644 --- a/install/home.go +++ b/install/home.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" "io" + "io/ioutil" "os" "os/user" "path/filepath" - "io/ioutil" ) type home struct{} @@ -150,4 +150,4 @@ func copyFile(src string, dst string) error { defer out.Close() _, err = io.Copy(out, in) return err -} \ No newline at end of file +} -- cgit v1.2.3