DockerCLI/cli/command/network
Sebastiaan van Stijn 0573ec2b01 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>
(cherry picked from commit 82427d1a07)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-27 17:00:55 -05:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
cmd.go Hide "builder" and "network" commands on old API versions 2019-01-30 01:06:09 +01:00
connect.go Refactor network parsing, add preliminary support for multiple networks 2019-04-03 16:42:57 +02:00
connect_test.go cli/command/context: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
create.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
create_test.go cli/command/context: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
disconnect.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
disconnect_test.go cli/command/context: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
formatter.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
formatter_test.go linting: fix incorrectly formatted errors (revive) 2022-08-18 19:16:48 +02:00
inspect.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
list.go Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
list_test.go cli/command/context: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
prune.go improve "network prune" output to mention custom networks only 2020-04-10 13:45:10 +02:00
remove.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00