We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0d8e commit 8abf03bCopy full SHA for 8abf03b
internal/docs/getting-started.md
@@ -14,7 +14,7 @@ This is a basic example of how you'd create a service and register a handler in
14
mkdir helloworld
15
cd helloworld
16
go mod init
17
-go get go-micro.dev/v5@latest"
+go get go-micro.dev/v5@latest
18
```
19
20
Write the following into `main.go`
0 commit comments