opentofu/internal/command/cliconfig
Martin Atkins 783a07d9e8 build: Use Go 1.19
Go 1.19's "fmt" has some awareness of the new doc comment formatting
conventions and adjusts the presentation of the source comments to make
it clearer how godoc would interpret them. Therefore this commit includes
various updates made by "go fmt" to acheve that.

In line with our usual convention that we make stylistic/grammar/spelling
tweaks typically only when we're "in the area" changing something else
anyway, I also took this opportunity to review most of the comments that
this updated to see if there were any other opportunities to improve them.
2022-08-22 10:59:12 -07:00
..
testdata Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cliconfig_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cliconfig.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
config_unix.go Upgrade to Go 1.17 2021-08-17 15:20:05 -07:00
config_windows.go Upgrade to Go 1.17 2021-08-17 15:20:05 -07:00
credentials_test.go fix(creds): allow periods in TF_TOKEN_... credentials vars 2022-04-15 12:38:14 -06:00
credentials.go fix(creds): allow periods in TF_TOKEN_... credentials vars 2022-04-15 12:38:14 -06:00
provider_installation_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
provider_installation.go build: Use Go 1.19 2022-08-22 10:59:12 -07:00