From b94f7157cae2b5d8943513e96ddfbaa744606c56 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 18 Jul 2022 11:00:59 +0200 Subject: [PATCH] daemon/images: rename images.go to image_list.go for consistency Signed-off-by: Sebastiaan van Stijn --- daemon/images/{images.go => image_list.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename daemon/images/{images.go => image_list.go} (100%) diff --git a/daemon/images/images.go b/daemon/images/image_list.go similarity index 100% rename from daemon/images/images.go rename to daemon/images/image_list.go