From ee606f4e867c2d8e2116869dbb278ed7e6df0101 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Thu, 26 Aug 2021 20:52:05 +0300 Subject: [PATCH] schema/field: add codegen header for template --- schema/field/internal/numeric.tmpl | 2 ++ schema/field/numeric.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/schema/field/internal/numeric.tmpl b/schema/field/internal/numeric.tmpl index a26478a0a..b424924cc 100644 --- a/schema/field/internal/numeric.tmpl +++ b/schema/field/internal/numeric.tmpl @@ -3,6 +3,8 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. +// Code generated by internal/numeric.tmpl, DO NOT EDIT. + package field import ( diff --git a/schema/field/numeric.go b/schema/field/numeric.go index 4d38ab1c0..b69d3eacd 100644 --- a/schema/field/numeric.go +++ b/schema/field/numeric.go @@ -2,6 +2,8 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. +// Code generated by internal/numeric.tmpl, DO NOT EDIT. + package field import (