DockerCLI/cli-plugins/manager
Sebastiaan van Stijn cafdcf283e
cli-plugins/manager: fix deprecation comment of Metadata.Experimental
This field was marked deprecated in 977d3ae046,
which is part of v20.10 and up, but the comment was missing a newline before
the deprecation message, which may be picked up by IDEs, but is not matching
the correct format, so may not be picked up by linters.

This patch fixes the format, to make sure linters pick up that the field is
deprecated.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 72e3813ab9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-09 22:23:10 +02:00
..
candidate.go Use golang.org/x/sys/execabs 2021-01-26 17:18:04 +00:00
candidate_test.go improve plugins listing performance 2023-04-01 16:02:34 +02:00
cobra.go load plugin command stubs when required 2023-03-28 06:16:55 +02:00
error.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
error_test.go cli-plugins/manager: TestPluginError: don't use yaml.Marshal 2022-11-17 13:17:51 +01:00
manager.go improve plugins listing performance 2023-04-01 16:02:34 +02:00
manager_test.go format go with gofumpt (with -lang=1.19) 2022-09-30 19:14:36 +02:00
manager_unix.go gofmt with go1.17 2022-03-26 20:21:00 +01:00
manager_windows.go Search Windows CLI plugins also in ProgramFiles 2019-03-20 11:45:03 -07:00
metadata.go cli-plugins/manager: fix deprecation comment of Metadata.Experimental 2023-05-09 22:23:10 +02:00
plugin.go improve plugins listing performance 2023-04-01 16:02:34 +02:00
suffix_unix.go format code with gofumpt 2022-09-30 11:59:11 +02:00
suffix_windows.go Check for `.exe` case insensitively 2019-01-30 13:45:26 +00:00