compose/cmd/formatter
Sebastiaan van Stijn 446e00520c format code with gofumpt
Format the code  with gofumpt to prevent my IDE from reformatting
every time I open a file. gofumpt provides a superset of gofmt,
so should not impact users that are not using gofumpt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-12-17 16:50:14 +01:00
..
ansi.go format code with gofumpt 2024-12-17 16:50:14 +01:00
colors.go format code with gofumpt 2024-12-17 16:50:14 +01:00
consts.go align --format flag and UX with docker cli 2022-12-14 22:53:43 +01:00
container.go Restore Project is ps json output 2023-11-24 10:46:33 +01:00
formatter.go deps: remove deprecated github.com/pkg/errors 2023-09-29 06:28:58 +02:00
formatter_test.go Fix: remove the infinite goroutine 2023-01-26 12:53:56 +01:00
json.go remove all references to cli from compose.v2 cmd package 2021-08-31 15:41:20 +02:00
logs.go introduce service hooks 2024-10-07 16:06:41 +02:00
multierrformat.go remove all references to cli from compose.v2 cmd package 2021-08-31 15:41:20 +02:00
pretty.go remove all references to cli from compose.v2 cmd package 2021-08-31 15:41:20 +02:00
shortcut.go format code with gofumpt 2024-12-17 16:50:14 +01:00