opentofu/internal/lang/funcs
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 lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
cidr_test.go cidrnetmask() produce an error with IPv6 (#30703) 2022-03-25 14:26:47 +00:00
cidr.go cidrnetmask() produce an error with IPv6 (#30703) 2022-03-25 14:26:47 +00:00
collection_test.go functions: Fix sum() of all strings 2022-03-16 08:50:06 -04:00
collection.go build: Use Go 1.19 2022-08-22 10:59:12 -07:00
conversion_test.go lang/funcs: type conversion functions can convert null values 2022-04-20 09:09:12 -07:00
conversion.go lang/funcs: type conversion functions can convert null values 2022-04-20 09:09:12 -07:00
crypto_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
crypto.go funcs: defer close file in funcs 2021-11-16 09:25:49 +01:00
datetime_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
datetime.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
encoding_test.go lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
encoding.go lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
filesystem_test.go lang/funcs: fileexists slightly better "not a file" error message 2022-01-11 08:46:29 -08:00
filesystem.go lang/funcs: fileexists slightly better "not a file" error message 2022-01-11 08:46:29 -08:00
number_test.go lang: Remove use of marks.Raw in tests 2022-02-09 17:43:54 -05:00
number.go lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
redact_test.go lang: Remove use of marks.Raw in tests 2022-02-09 17:43:54 -05:00
redact.go lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
sensitive_test.go update to use typed sensitive marks 2021-06-25 12:49:07 -04:00
sensitive.go marks package 2021-06-25 12:35:51 -04:00
string_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
string.go feat: add startswith and endswith funcs 2022-06-30 18:30:32 -05:00