Files
moby/pkg/reexec
Sebastiaan van Stijn 8fd177d79b pkg/reexec: Command: separate public API from implementation
Move the exported `Command` to a platform-agnostic file, and un-export
the platform-specific implementations. This allows us to maintain the
GoDoc in a single place, describing platform-specific differences where
needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-12-17 10:51:06 +01:00
..