Skip to content

Commit

Permalink
update main log
Browse files Browse the repository at this point in the history
  • Loading branch information
canergulay committed Aug 26, 2024
1 parent d6b8174 commit 48ef770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {

http.HandleFunc("/statistics", wsServer.HandleStatistics)

logrus.Info("app is running")
logrus.Info("app is running!")

log.Fatal(http.ListenAndServe(":8080", nil))
}

0 comments on commit 48ef770

Please # to comment.