From e5b7c0d55015a52f83c969ba1e5efead706e30c4 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 6 Jul 2025 15:30:31 +0200 Subject: [PATCH] fix(doc): Respect Go recommandation in docstring --- generator/labels/labelstructs/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/labels/labelstructs/doc.go b/generator/labels/labelstructs/doc.go index 25fb986..2b8d5fb 100644 --- a/generator/labels/labelstructs/doc.go +++ b/generator/labels/labelstructs/doc.go @@ -1,2 +1,2 @@ -// labelstructs is a package that contains the structs used to represent the labels in the yaml files. +// Package labelstructs is a package that contains the structs used to represent the labels in the yaml files. package labelstructs