From dd56636a59a07c86e9b3a039d10ed9b33323fa80 Mon Sep 17 00:00:00 2001 From: harakeishi Date: Sat, 26 Feb 2022 16:15:02 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curver.go b/curver.go index e7ecf24..cbe5df1 100644 --- a/curver.go +++ b/curver.go @@ -26,5 +26,5 @@ func GetVersion() string { Displays the EchoVersion value. */ func EchoVersion() { - fmt.Printf("version: %s", GetVersion()) + fmt.Printf("version: %s\n", GetVersion()) }