mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/graphql: gofmt imports in entc example (#795)
This commit is contained in:
@@ -22,10 +22,9 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/facebookincubator/ent-contrib/entgql"
|
||||
|
||||
"github.com/facebook/ent/entc"
|
||||
"github.com/facebook/ent/entc/gen"
|
||||
"github.com/facebookincubator/ent-contrib/entgql"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user