Skip to content

Commit

Permalink
update service running log
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu authored May 26, 2024
1 parent 72de70c commit 73c2ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Run() {
port = 8080
}

fmt.Sprintf("Server is running on port :%d", port)
fmt.Println("Server is running on port", fmt.Sprintf(":%d", port))

Router.Run(fmt.Sprintf(":%d", port))
}

0 comments on commit 73c2ecd

Please sign in to comment.