mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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.
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
// like the following, which again should be needed only in test code which
|
||||
// might need to inspect the filesystem in order to make assertions:
|
||||
//
|
||||
// filepath.Join(d.RootModuleDir(), normalizePathResult)
|
||||
// filepath.Join(d.RootModuleDir(), normalizePathResult)
|
||||
//
|
||||
// The above is suitable only for situations where the given path is known
|
||||
// to be beneath the working directory, which is the typical situation for
|
||||
|
||||
Reference in New Issue
Block a user