doc/md: fix typo in tutorial-grpc-generating-proto.md (#2082)

Found a VERY TINY typo when going through the gRPC tutorial :)
This commit is contained in:
heliumbrain
2021-10-28 06:48:03 +02:00
committed by GitHub
parent 49aa38a974
commit b2367f2bf0

View File

@@ -131,7 +131,7 @@ func TestUserProto(t *testing.T) {
To run it:
```console
go get -u./... # install deps of the generated package
go get -u ./... # install deps of the generated package
go test ./...
```