Skip to content

Commit

Permalink
Update generated-code.md (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisa-andric committed Nov 7, 2023
1 parent 61176cb commit b7baf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/generated-code.md
Expand Up @@ -186,4 +186,4 @@ When the `protoc` compiler is invoked with `--go_out=plugins=grpc:`, the `proto
works the same as when the `protoc-gen-go` plugin is used without the `grpc` plugin.

So, for example, if `foo.proto` declares itself to be in `package foo`, then the generated `foo.pb.go` file will also be in
the Go package `foo`.
the Go `package foo`.

0 comments on commit b7baf3a

Please sign in to comment.