From 1723f59201cc8f4b37e6d61b70b4d104ac565722 Mon Sep 17 00:00:00 2001
From: Stefan Hauffe <stefan.hauffe@mgm-tp.com>
Date: Tue, 17 Dec 2024 10:39:08 +0100
Subject: [PATCH] OZG-7234: Add default format for Go files

---
 ozgcloud-common-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index c76c636..51718f3 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -328,6 +328,7 @@
 							<ftlh>FTL</ftlh>
 							<tpl>SCRIPT_STYLE</tpl>
 							<ts>SLASHSTAR_STYLE</ts>
+							<go>DOUBLESLASH_STYLE</go>
 						</mapping>
 						<licenseSets>
 							<licenseSet>
-- 
GitLab