From 638dd3e67c47229d3ab99858d76f05442da3fe13 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 25 Dec 2015 09:28:44 +0800 Subject: [PATCH] . --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e38ec3f..bfd6cef 100644 --- a/main.go +++ b/main.go @@ -86,8 +86,8 @@ func init() { session.FixedTimeReport() } - logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+ - "], cross-compilation ", util.Go.GetCrossPlatforms()) + logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+"], cross-compilation ", + util.Go.GetCrossPlatforms()) } // Main.