From 8bbd69430213c9a512f62d091e885fb0c3df60cb Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Fri, 2 Oct 2020 16:17:40 +0200 Subject: [PATCH] fix go test error 'redundant newline' --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 1783877..5df6ba5 100644 --- a/main.go +++ b/main.go @@ -34,8 +34,7 @@ Examples: ali --duration=10m --rate=100 http://host.xz Author: - Ryo Nakao -`) + Ryo Nakao `) } // Automatically populated by goreleaser during build version = "unversioned"