Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 2552d4b

Browse files
authored
[fmt] move to println
1 parent 16fea1c commit 2552d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func checkErr(err error, msg string, exitCode int) {
4949

5050
func main() {
5151
if len(os.Args) == 1 {
52-
fmt.Print("" +
52+
fmt.Println("" +
5353
"FastGit Command Tool\n" +
5454
"====================\n" +
5555
"We will convert GitHub to FastGit automatically\n" +

0 commit comments

Comments
 (0)