fix(doc): Respect Go recommandation in docstring

This commit is contained in:
2025-07-06 15:30:31 +02:00
parent 9e4663cc6e
commit e5b7c0d550

View File

@@ -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