DockerCLI/cli/context/store
Sebastiaan van Stijn 616124525e
format go with gofumpt (with -lang=1.19)
Looks like the linter uses an explicit -lang, which (for go1.19)
results in some additional formatting for octal values.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-30 19:14:36 +02:00
..
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
io_utils.go Introduce .zip import for docker context 2019-05-29 12:58:45 -07:00
io_utils_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
metadata_test.go cli/context/store: simplify error handling, and make it more idiomatic 2022-09-30 11:19:25 +02:00
metadatastore.go format go with gofumpt (with -lang=1.19) 2022-09-30 19:14:36 +02:00
store.go format go with gofumpt (with -lang=1.19) 2022-09-30 19:14:36 +02:00
store_test.go format go with gofumpt (with -lang=1.19) 2022-09-30 19:14:36 +02:00
storeconfig.go cli/context/store: New(): return concrete type 2022-09-30 11:19:25 +02:00
storeconfig_test.go cli/context/store: New(): return concrete type 2022-09-30 11:19:25 +02:00
tlsstore.go format go with gofumpt (with -lang=1.19) 2022-09-30 19:14:36 +02:00
tlsstore_test.go cli/context/store: rename removeAllContextData(), removeAllEndpointData() 2022-09-30 11:19:26 +02:00