fix(doc): Follow Go recommendations

This commit is contained in:
2025-06-26 23:53:05 +02:00
parent 72bc88661a
commit a3d1e9342f
5 changed files with 16 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
// Parser package is a wrapper around compose-go to parse compose files.
// Package parser is a wrapper around compose-go to parse compose files.
package parser
import (