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