compose/pkg/watch
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
..
dockerignore.go do not require a build section but for `rebuild` action 2024-12-06 16:12:05 +01:00
dockerignore_test.go Add license header to dockerignore_test.go 2024-10-28 12:26:45 +01:00
ephemeral.go Fix typos 2024-09-11 11:21:24 +02:00
ephemeral_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
notify.go format code with gofumpt 2024-12-17 16:50:14 +01:00
notify_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
paths.go feat(desktop): synchronized file share integration (#11614) 2024-03-20 14:41:24 -04:00
paths_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
temp.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
temp_dir_fixture.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_darwin.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
watcher_naive.go feat(desktop): synchronized file share integration (#11614) 2024-03-20 14:41:24 -04:00
watcher_naive_test.go deps: remove deprecated github.com/pkg/errors 2023-09-29 06:28:58 +02:00
watcher_nonwin.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_windows.go adjust code and dependencies 2023-02-02 14:59:30 +01:00