mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
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:
@@ -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 ./...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user