mirror of
https://github.com/docker/compose.git
synced 2026-07-04 23:32:42 +00:00
Replace manual context creation with t.Context() which is automatically cancelled when the test completes. Go 1.24 modernization pattern. Assisted-By: cagent Signed-off-by: David Gageot <david.gageot@docker.com> |
||
|---|---|---|
| .. | ||
| debounce.go | ||
| debounce_test.go | ||
| 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 | ||