mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: change codegen signature from entc to ent (#2627)
This commit is contained in:
@@ -114,7 +114,7 @@ go generate ./...
|
||||
You may have noticed that Ent generated a new file `ent/mutation_input.go` with the following content:
|
||||
|
||||
```go title="ent/template/mutation_input.go"
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package ent
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ go generate ./...
|
||||
Observe that a new file, `ent/greet.go`, was created, it contains:
|
||||
|
||||
```go title="ent/greet.go"
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package ent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user