doc: tutorial typo fix (#3153)

* doc/md: Fix import path in example

* doc/md: Fix old contrib package doc path
This commit is contained in:
Bumsik Kim
2022-12-08 15:47:20 +09:00
committed by GitHub
parent 0f20a3d007
commit d5aa8d20f8
2 changed files with 5 additions and 5 deletions

View File

@@ -110,10 +110,10 @@ import (
_ "github.com/mattn/go-sqlite3"
"github.com/rotemtam/ent-grpc-example/ent/category"
"github.com/rotemtam/ent-grpc-example/ent/enttest"
"github.com/rotemtam/ent-grpc-example/ent/proto/entpb"
"github.com/rotemtam/ent-grpc-example/ent/user"
"ent-grpc-example/ent/category"
"ent-grpc-example/ent/enttest"
"ent-grpc-example/ent/proto/entpb"
"ent-grpc-example/ent/user"
)
func TestServiceWithEdges(t *testing.T) {