mirror of
https://github.com/docker/compose.git
synced 2026-05-14 06:18:21 +00:00
Results of running the modernize command, with some minor changes
afterwards (removing the `contains` and `hasStatus` helper functions);
go install golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest
modernize -fix ./...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
||
|---|---|---|
| .. | ||
| ansi.go | ||
| colors.go | ||
| consts.go | ||
| container.go | ||
| formatter.go | ||
| formatter_test.go | ||
| json.go | ||
| logs.go | ||
| pretty.go | ||
| shortcut.go | ||
| shortcut_unix.go | ||
| shortcut_windows.go | ||