mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 08:42:47 +00:00
- this is pretty much the smallest change to split this out and it exposes a few things that can be improved later - no change to logging yet Signed-off-by: Justin Cormack <justin.cormack@docker.com>
7 lines
123 B
Go
7 lines
123 B
Go
package moby
|
|
|
|
var (
|
|
// MobyDir is the location of the cache directory which should be set by the caller
|
|
MobyDir string
|
|
)
|