Fix command flag bug in document (#915)

* Fix command flag bug in document

Signed-off-by: Gökhan Özeloğlu <gozeloglu@gmail.com>

* Update Go to v1.43.0

Closes #926

Co-authored-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
Gökhan Özeloğlu 2022-01-18 23:11:17 +03:00 committed by GitHub
parent 197ea0f448
commit 91c813581e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ params:
locale: en_US
grpc_vers:
core: v1.42.0
go: v1.41.0
go: v1.43.0
java: v1.42.1
font_awesome_version: 5.12.1
gcs_engine_id: 788f3b1ec3a111a2f

View File

@ -185,7 +185,7 @@ from the `examples/helloworld` directory:
command-line argument:
```sh
$ go run greeter_client/main.go Alice
$ go run greeter_client/main.go --name=Alice
```
You'll see the following output: