From 926329d780d4f4b214e3f0434a17a56bce2f3013 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Tue, 22 Aug 2023 18:06:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=9F=D0=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/schema/field/timestamp.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/schema/field/timestamp.go b/pkg/schema/field/timestamp.go index 70d28b61..a9689954 100644 --- a/pkg/schema/field/timestamp.go +++ b/pkg/schema/field/timestamp.go @@ -6,8 +6,10 @@ import ( "time" ) -var zeroTime = time.Time{} -var timestampType = &TimestampType{} +var ( + zeroTime = time.Time{} + timestampType = &TimestampType{} +) type TimestampParameters struct{} -- GitLab