Skip to content

Commit

Permalink
feat: init log
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbieroDB1 committed Sep 16, 2022
1 parent ca9d440 commit 555565f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (t *todoService) Get(ctx context.Context, todo *proto.Todo) (*proto.Todo, e
}

func main() {
log.Println("initializing service")
lis, err := net.Listen("tcp", "localhost:55051")
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 555565f

Please sign in to comment.