We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL of the docs page Secrets Quickstart
How is it currently worded? Go codetab references pip to install dependencies instead of go build.
pip
go build
How should it be worded? Use the language from the other quickstarts for go:
go build app.go
Screenshots
Additional context https://github.com/dapr/docs/blob/v1.7/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md?plain=1#L485
The text was updated successfully, but these errors were encountered:
hhunter-ms
Successfully merging a pull request may close this issue.
URL of the docs page
Secrets Quickstart
How is it currently worded?
Go codetab references
pip
to install dependencies instead ofgo build
.How should it be worded?
Use the language from the other quickstarts for go:
go build app.go
Screenshots
Additional context
https://github.com/dapr/docs/blob/v1.7/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md?plain=1#L485
The text was updated successfully, but these errors were encountered: