mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08:00
When creating files in Go, the stdlib will create (and then rapidly delete) files ending with `-go-tmp-umask` to determine the umask to use for permission purposes. This can cause trouble with Live Update because the files tend to vanish underneath it, for example. Fixes #5117.