From 2fad9b6cb155ab3ecbcb7b0759989e315cd16737 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Tue, 5 Feb 2019 13:36:08 +0100 Subject: [PATCH] upd(crm): rename generated files to .gen.go --- crm/types/{type.other.go => type.other.gen.go} | 0 crm/types/{type.primary.go => type.primary.gen.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename crm/types/{type.other.go => type.other.gen.go} (100%) rename crm/types/{type.primary.go => type.primary.gen.go} (100%) diff --git a/crm/types/type.other.go b/crm/types/type.other.gen.go similarity index 100% rename from crm/types/type.other.go rename to crm/types/type.other.gen.go diff --git a/crm/types/type.primary.go b/crm/types/type.primary.gen.go similarity index 100% rename from crm/types/type.primary.go rename to crm/types/type.primary.gen.go