doc/md: various improvements to gRPC tutorial (#2977)

This commit is contained in:
Dan Kortschak
2022-09-30 15:29:53 +09:30
committed by GitHub
parent 837d077f98
commit 7d3d898f60
6 changed files with 51 additions and 56 deletions

View File

@@ -38,7 +38,7 @@ go get -u entgo.io/contrib/entproto
Next, we will define the schema for the `User` entity. Open `ent/schema/user.go` and edit:
```go
```go title="ent/schema/user.go"
package schema
import (