compose/docs
Sebastiaan van Stijn dc66e6bad1 golangci-lint: use gci formatter instead of goimports
Most files already grouped imports into "stdlib -> other -> local",
but some files didn't. The gci formatter is similar to goimports, but
has better options to make sure imports are grouped in the expected
order (and to make sure no additional groups are present).

This formatter has a 'fix' function, so code can be re-formatted auto-
matically;

    golangci-lint run -v --fix

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-12-01 12:21:50 +01:00
..
examples fix provider concurrent environment map accesses 2025-06-30 19:07:10 +02:00
reference add --wait option to start command 2025-12-01 11:58:00 +01:00
yaml/main golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
extension.md add support of metadata subcommand for provider services 2025-06-05 15:12:32 +02:00
sdk.md next release will be major version v5.x 2025-11-13 09:32:43 +01:00