mirror of
https://github.com/containerd/containerd.git
synced 2026-08-13 17:07:26 +00:00
These were introduced inc818a6b13d, refactored in808b223536andbdd84abf05, and moved ina2d1a8a865, but none provided a motivation for using a variable / alias for these. Based on the above, I assume the use of a variable was purely convenience, the there's no intent for packages to be able to override them, so this patch changes these to be a regular function. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>