From e5db2380f584e669a623d572ea37a99cdeb9e8ba Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 12 Nov 2025 15:42:07 +0100 Subject: [PATCH] client: rename options.go to client_options.go Make sure the options are next to the client.go file, which use the consumer of these options. Signed-off-by: Sebastiaan van Stijn --- client/{options.go => client_options.go} | 0 client/{options_test.go => client_options_test.go} | 0 .../github.com/moby/moby/client/{options.go => client_options.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename client/{options.go => client_options.go} (100%) rename client/{options_test.go => client_options_test.go} (100%) rename vendor/github.com/moby/moby/client/{options.go => client_options.go} (100%) diff --git a/client/options.go b/client/client_options.go similarity index 100% rename from client/options.go rename to client/client_options.go diff --git a/client/options_test.go b/client/client_options_test.go similarity index 100% rename from client/options_test.go rename to client/client_options_test.go diff --git a/vendor/github.com/moby/moby/client/options.go b/vendor/github.com/moby/moby/client/client_options.go similarity index 100% rename from vendor/github.com/moby/moby/client/options.go rename to vendor/github.com/moby/moby/client/client_options.go