mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 12:20:28 -06:00
d48d9ed766
Reference: https://github.com/hashicorp/terraform/issues/16697 Enumerates a set of regular file names from a given glob pattern. Implemented via the Go stdlib `path/filepath.Glob()` functionality. Notably, stdlib does not support `**` or `{}` extended patterns. See also: https://github.com/golang/go/issues/11862 To support the extended glob patterns, it will require adding a dependency on a third party library or adding our own matching code. |
||
---|---|---|
.. | ||
testdata | ||
cidr_test.go | ||
cidr.go | ||
collection_test.go | ||
collection.go | ||
conversion_test.go | ||
conversion.go | ||
crypto_test.go | ||
crypto.go | ||
datetime_test.go | ||
datetime.go | ||
encoding_test.go | ||
encoding.go | ||
filesystem_test.go | ||
filesystem.go | ||
number_test.go | ||
number.go | ||
string_test.go | ||
string.go |