Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

missed reference in /examples/greeter/srv /main.go #13

Open
blueeyezhy opened this issue Jun 4, 2023 · 0 comments
Open

missed reference in /examples/greeter/srv /main.go #13

blueeyezhy opened this issue Jun 4, 2023 · 0 comments

Comments

@blueeyezhy
Copy link

There might be an wrong reference in /examples/greeter/srv /main.go, which cause err in go mod tidy.

Line.10: "go-micro.dev/v4/util/log" => log "go-micro.dev/v4/logger"
Line.17: log.Log("Received Say.Hello request") => log.Log(0, "Received Say.Hello request")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant