Skip to content

Commit

Permalink
改行するように
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Feb 26, 2022
1 parent c3df02f commit dd56636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curver.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ func GetVersion() string {
Displays the EchoVersion value.
*/
func EchoVersion() {
fmt.Printf("version: %s", GetVersion())
fmt.Printf("version: %s\n", GetVersion())
}

0 comments on commit dd56636

Please sign in to comment.