Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
add version to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 6, 2023
1 parent 41fb683 commit 1ae1ae5
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 @@ -16,6 +16,6 @@ func main() {
mux.Get("/", controllers.HealthCheckHandler)

port := ":8080"
log.Printf("listening on port %s", port)
log.Printf("listening on port %s, version %s", port, Version)
log.Println(http.ListenAndServe(port, mux))
}

0 comments on commit 1ae1ae5

Please sign in to comment.