mirror of
https://github.com/docker/compose.git
synced 2026-07-01 21:54:30 +00:00
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> |
||
|---|---|---|
| .. | ||
| dockerignore.go | ||
| dockerignore_test.go | ||
| ephemeral.go | ||
| ephemeral_test.go | ||
| notify.go | ||
| notify_test.go | ||
| paths.go | ||
| paths_test.go | ||
| temp.go | ||
| temp_dir_fixture.go | ||
| watcher_darwin.go | ||
| watcher_naive.go | ||
| watcher_naive_test.go | ||
| watcher_nonwin.go | ||
| watcher_windows.go | ||