Skip to content

Commit

Permalink
chore(game): add init log
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Dec 6, 2023
1 parent 5850c72 commit 54cf2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func init() {
// nop
log.Println("Initializing Game Service...")
}

func main() {
Expand Down

0 comments on commit 54cf2af

Please sign in to comment.