DockerCLI/cli-plugins/manager
Sebastiaan van Stijn 82427d1a07
format (GoDoc) comments with Go 1.19 to prepare for go updates
Older versions of Go do not format these comments, so we can already
reformat them ahead of time to prevent gofmt linting failing once
we update to Go 1.19 or up.

Result of:

    gofmt -s -w $(find . -type f -name '*.go' | grep -v "/vendor/")

With some manual adjusting.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-19 19:10:16 +02:00
..
candidate.go Use golang.org/x/sys/execabs 2021-01-26 17:18:04 +00:00
candidate_test.go Always enable experimental features 2020-10-02 15:59:42 +02:00
cobra.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
error.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
error_test.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
manager.go cli-plugins/manager: remove uses of deprecated io/ioutil 2022-02-25 16:01:20 +01:00
manager_test.go Set buildx as default builder 2022-02-03 10:38:05 +01: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 Always enable experimental features 2020-10-02 15:59:42 +02:00
plugin.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
suffix_unix.go gofmt with go1.17 2022-03-26 20:21:00 +01:00
suffix_windows.go Check for `.exe` case insensitively 2019-01-30 13:45:26 +00:00