mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
schema/field: add codegen header for template
This commit is contained in:
committed by
Ariel Mashraki
parent
51ddb405fb
commit
ee606f4e86
@@ -3,6 +3,8 @@
|
|||||||
// This source code is licensed under the Apache 2.0 license found
|
// This source code is licensed under the Apache 2.0 license found
|
||||||
// in the LICENSE file in the root directory of this source tree.
|
// in the LICENSE file in the root directory of this source tree.
|
||||||
|
|
||||||
|
// Code generated by internal/numeric.tmpl, DO NOT EDIT.
|
||||||
|
|
||||||
package field
|
package field
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
// This source code is licensed under the Apache 2.0 license found
|
// This source code is licensed under the Apache 2.0 license found
|
||||||
// in the LICENSE file in the root directory of this source tree.
|
// in the LICENSE file in the root directory of this source tree.
|
||||||
|
|
||||||
|
// Code generated by internal/numeric.tmpl, DO NOT EDIT.
|
||||||
|
|
||||||
package field
|
package field
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user