mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
fix import in first edge docs code sample
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/55 Differential Revision: D17747608 Pulled By: a8m fbshipit-source-id: c59b5bc62423d77b684a399144c24ad5137c2e20
This commit is contained in:
committed by
Facebook Github Bot
parent
480eb714d3
commit
d4efc09f75
@@ -198,7 +198,7 @@ entc init Car Group
|
||||
And then we add the rest of the fields manually:
|
||||
```go
|
||||
import (
|
||||
"log"
|
||||
"regexp"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/schema/field"
|
||||
|
||||
Reference in New Issue
Block a user