doc/tutorial: fix imports in tutorial-grpc-setting-up.md (#1984)

Update import to remove this error: "Sticking to the "Quick Instruction" by "undeclared name: field" error #1931 "
This commit is contained in:
Brian
2021-09-26 12:12:07 -07:00
committed by GitHub
parent 7bec24c544
commit 3c3f328be7

View File

@@ -43,7 +43,7 @@ package schema
import (
"entgo.io/ent"
"entgo.io/ent/schema"
"entgo.io/ent/schema/field"
)
// User holds the schema definition for the User entity.